Problem: I m facing an issue creating a GKE Standard cluster in the GCP console. I ve assigned the necessary permissions to a custom service account and selected it during cluster creation, but the process fails with the following error message:
PERMISSIONS_ERROR: Instance gke-cluster-1-default-pool-04d4bc2e creation failed: Required compute.instances.create permission for projects/874xxxxxxx/zones/us-central1-c/instances/gke-cluster-1-default-pool-04d4bc2e (when acting as [email protected] );
... (other permission errors listed)
<>详细情况:
I dont know from where it has picking up this service account service account ("[email protected]") The service account which I have choosen is different then the one mentioned in the error and I couldnt find this services account in IAM service section.
< Question:
我不知道需要哪些额外许可,或我应当使用哪些服务? 谁能帮助我理解这一错误,并提出正确的服务账户和设立GKE标准组的许可?
Please Note: I ve intentionally redacted sensitive information like project ID and service account name for security purposes.