Skip to content

Commit 7e79ba4

Browse files
authored
Merge pull request #8131 from upodroid/make-pool6-default-nodepool
rollout the c4 instances more widely and complete the cgroups v2 migration for GKE build cluster
2 parents 9cb3899 + e6a658c commit 7e79ba4

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ module "prow_build_nodepool_n1_highmem_8_localssd" {
9595
]
9696
name = "pool5"
9797
initial_count = 1
98-
min_count = 1
99-
max_count = 80
98+
min_count = 0
99+
max_count = 0
100100
image_type = "UBUNTU_CONTAINERD"
101101
machine_type = "n1-highmem-8"
102102
disk_size_gb = 100
@@ -123,7 +123,6 @@ module "prow_build_nodepool_c4_highmem_8_localssd" {
123123
disk_size_gb = 500
124124
disk_type = "hyperdisk-balanced"
125125
service_account = module.prow_build_cluster.cluster_node_sa.email
126-
taints = [{ key = "dedicated", value = "sig-testing", effect = "NO_SCHEDULE" }]
127126
}
128127

129128

0 commit comments

Comments
 (0)