mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-02 00:29:28 +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
f84fd7f25c
commit
17a1c556cc
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