Add AI/ML infrence scope to OAuth credentials requested for cluster IAM account

This commit is contained in:
Hristo
2024-05-21 14:31:14 -04:00
parent 8b9b4085ea
commit 27d7b000d0

View File

@ -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",