Skip to content

Commit 8d5136d

Browse files
authored
Merge pull request #8156 from upodroid/change-os
fix arm64 nodepool for kind
2 parents ca6b49a + 93e2144 commit 8d5136d

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module "prow_build_nodepool_c4d_highmem_8_localssd" {
137137
]
138138
name = "pool7"
139139
initial_count = 1
140-
min_count = 1
140+
min_count = 10
141141
max_count = 80
142142
machine_type = "c4d-highmem-8-lssd" # has 2 local ssd disks attached
143143
disk_size_gb = 100
@@ -199,7 +199,6 @@ module "prow_build_nodepool_c4a_highmem_8_localssd" {
199199
initial_count = 1
200200
min_count = 1
201201
max_count = 10
202-
image_type = "UBUNTU_CONTAINERD"
203202
machine_type = "c4a-highmem-8-lssd" # has 2 local ssd disks attached
204203
disk_size_gb = 100
205204
disk_type = "hyperdisk-balanced"

0 commit comments

Comments
 (0)