Add AI/ML infrence scope to OAuth credentials requested for cluster IAM account
This commit is contained in:
parent
8b9b4085ea
commit
27d7b000d0
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" {
|
||||||
disk_size_gb = 25
|
disk_size_gb = 25
|
||||||
spot = true
|
spot = true
|
||||||
oauth_scopes = [
|
oauth_scopes = [
|
||||||
|
"https://www.googleapis.com/auth/cloud-platform",
|
||||||
"https://www.googleapis.com/auth/devstorage.read_only",
|
"https://www.googleapis.com/auth/devstorage.read_only",
|
||||||
"https://www.googleapis.com/auth/logging.write",
|
"https://www.googleapis.com/auth/logging.write",
|
||||||
"https://www.googleapis.com/auth/monitoring",
|
"https://www.googleapis.com/auth/monitoring",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue