use on demand VMs instead of spot instances

Attempting to fix a lot of errors in the console relating to spot instances being unschedulable.
This commit is contained in:
E M 2026-04-30 18:35:46 +10:00
parent f140476d65
commit c470b3e102
No known key found for this signature in database

View File

@ -49,7 +49,6 @@ resource "google_container_cluster" "this" {
node_config {
machine_type = var.tests_pool_machine_type
disk_size_gb = 20
spot = true
labels = var.tests_pool_labels
oauth_scopes = [