We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d4b87 commit e6a658cCopy full SHA for e6a658c
infra/gcp/terraform/k8s-infra-prow-build/main.tf
@@ -95,8 +95,8 @@ module "prow_build_nodepool_n1_highmem_8_localssd" {
95
]
96
name = "pool5"
97
initial_count = 1
98
- min_count = 1
99
- max_count = 80
+ min_count = 0
+ max_count = 0
100
image_type = "UBUNTU_CONTAINERD"
101
machine_type = "n1-highmem-8"
102
disk_size_gb = 100
@@ -123,7 +123,6 @@ module "prow_build_nodepool_c4_highmem_8_localssd" {
123
disk_size_gb = 500
124
disk_type = "hyperdisk-balanced"
125
service_account = module.prow_build_cluster.cluster_node_sa.email
126
- taints = [{ key = "dedicated", value = "sig-testing", effect = "NO_SCHEDULE" }]
127
}
128
129
0 commit comments