gcloud: The user does not have access to service account “default”

前端 未结 3 1548
花落未央
花落未央 2021-01-02 00:39

I attempting to use an activated service account scoped to create and delete gcloud container clusters (k8s clusters), using the following commands:

gcloud c         


        
3条回答
  •  不思量自难忘°
    2021-01-02 00:59

    Add the following role to the service account who makes the operation:

    Service Account User

    Also see:

    • https://cloud.google.com/kubernetes-engine/docs/how-to/iam#service_account_user

    • https://cloud.google.com/iam/docs/service-accounts#the_service_account_user_role

    • https://cloud.google.com/iam/docs/understanding-roles

提交回复
热议问题