mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
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:
parent
f140476d65
commit
c470b3e102
1
.github/release/clusters/modules/gke/main.tf
vendored
1
.github/release/clusters/modules/gke/main.tf
vendored
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user