I'm using Terraform Kubernetes Engine Module - https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/latest
to create and manage my GKE cluster.
The module creates automatically the node-pool.
I want to parameterize the scope for SA in the GKE node.
gcloud compute instances describe gke-node-1-hfc3 --format "json"
Output:
... "serviceAccounts": [ { "email": "[email protected]", "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] } ]
I can't find a solution to fix it.
1.4m articles
1.4m replys
5 comments
57.0k users