Skip to content

Commit 054b681

Browse files
authored
Merge pull request #8213 from ameukam/prow-build-trusted-min-count-0
GCP: drop nodes for the N1 nodepool in the trusted cluster
2 parents bb8cafa + 495e734 commit 054b681

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)