diff --git a/deploy/gcp/gke-cluster/main.tf b/deploy/gcp/gke-cluster/main.tf index e879edd..900f0b5 100644 --- a/deploy/gcp/gke-cluster/main.tf +++ b/deploy/gcp/gke-cluster/main.tf @@ -51,6 +51,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" { disk_size_gb = 25 spot = true oauth_scopes = [ + "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/devstorage.read_only", "https://www.googleapis.com/auth/logging.write", "https://www.googleapis.com/auth/monitoring",