Skip to content

Commit 495e734

Browse files
committed
GCP: drop nodes for the N1 nodepool in the trusted cluster
Nodepool with more recent hardware was introduced in d3d17cf Signed-off-by: Arnaud Meukam <[email protected]>
1 parent bb8cafa commit 495e734

File tree

1 file changed

+3
-3
lines changed
  • infra/gcp/terraform/k8s-infra-prow-build-trusted

1 file changed

+3
-3
lines changed

infra/gcp/terraform/k8s-infra-prow-build-trusted/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ module "prow_build_nodepool" {
7272
"us-central1-b",
7373
"us-central1-f",
7474
]
75-
initial_count = 1
76-
min_count = 1
77-
max_count = 6
75+
initial_count = 0
76+
min_count = 0
77+
max_count = 0
7878
image_type = "UBUNTU_CONTAINERD"
7979
machine_type = "n1-highmem-8"
8080
disk_size_gb = 200

0 commit comments

Comments
 (0)