Skip to content

Commit 7ee4476

Browse files
[CI] Bump max nodes in windows 2022 pools to 16
This puts them in line with the existing windows node pool so that we can smoothly transition once we land the patch in the monorepo to move everything over.
1 parent f573a72 commit 7ee4476

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

premerge/gke_cluster/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,9 @@ resource "google_container_node_pool" "llvm_premerge_windows_2022" {
147147
cluster = google_container_cluster.llvm_premerge.name
148148
initial_node_count = 0
149149

150-
# TODO(boomanaiden154): Bump this to full capacity (16 nodes) once we are
151-
# ready to switch over to server 2022.
152150
autoscaling {
153151
total_min_node_count = 0
154-
total_max_node_count = 2
152+
total_max_node_count = 16
155153
}
156154

157155
# We do not set a taint for the windows nodes as kubernetes by default sets

0 commit comments

Comments
 (0)