Skip to content

Commit 0b3d8ce

Browse files
authored
fix: worker gke boot disk type (google#5531)
The default/unset disk_type is not compatible with the n4 machines :/
1 parent 4b08c76 commit 0b3d8ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deployment/terraform/modules/osv/workers_gke.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ resource "google_container_node_pool" "worker_pool_temp" {
180180

181181
node_config {
182182
machine_type = "n4-highcpu-2"
183+
disk_type = "hyperdisk-balanced"
183184

184185
oauth_scopes = ["https://www.googleapis.com/auth/cloud-platform"]
185186

0 commit comments

Comments
 (0)