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.
2 parents ca6b49a + 93e2144 commit 8d5136dCopy full SHA for 8d5136d
infra/gcp/terraform/k8s-infra-prow-build/main.tf
@@ -137,7 +137,7 @@ module "prow_build_nodepool_c4d_highmem_8_localssd" {
137
]
138
name = "pool7"
139
initial_count = 1
140
- min_count = 1
+ min_count = 10
141
max_count = 80
142
machine_type = "c4d-highmem-8-lssd" # has 2 local ssd disks attached
143
disk_size_gb = 100
@@ -199,7 +199,6 @@ module "prow_build_nodepool_c4a_highmem_8_localssd" {
199
200
min_count = 1
201
max_count = 10
202
- image_type = "UBUNTU_CONTAINERD"
203
machine_type = "c4a-highmem-8-lssd" # has 2 local ssd disks attached
204
205
disk_type = "hyperdisk-balanced"
0 commit comments