Open KaoruDev opened 2 years ago
From a quick check of the api specifications I couldn't see this available yet. As soon as it's published it should be available in the subsequent release.
Any update on when this will be available? We are blocked on this as we need to access artifact registry in a different project.
@tedchang77 If you give your gke-project's (the project hosting your GKE cluster) gcp compute service account access to the registry that should fix your issue.
In other words, give <project-with-gke-number>-compute@developer.gserviceaccount.com
access to the artifact registry.
Hello!
Issue details
There doesn't appear to be a way to assign a service account to GKE nodes in autopilot mode although
gcloud
api does support it. The TF module however does not yet see https://github.com/hashicorp/terraform-provider-google/issues/9505Here's the resolved issue on GCP's side: https://issuetracker.google.com/issues/186511728
Affected area/feature
GKE autopilot cluster