osinfra-io / terraform-google-kubernetes-engine

Terraform example module for Google Cloud Platform Kubernetes Engine cluster.
https://www.osinfra.io
GNU General Public License v2.0
1 stars 0 forks source link

Access to Google artifact registry #49

Closed brettcurtis closed 1 week ago

brettcurtis commented 6 months ago

When creating a new k8s project the workflow fails on the Istio module. This is because it pulls images from the registry but the service account created isn't added to the correct groups here: https://github.com/osinfra-io/google-cloud-hierarchy/commit/f671a401fcdf6ba446df0bb703ea17d9334dc329

What can we do to make this better?