@sethvargo I'm using my private gcr.io to host vault-enterprise and my GKE cluster will need to pull images from GCR so, I updated the service_account_iam_roles in the variables.tf file to include the roles/storage.objectViewer which allows the GKE cluster to pull images stored on gcr.io.
@sethvargo I'm using my private gcr.io to host vault-enterprise and my GKE cluster will need to pull images from GCR so, I updated the
service_account_iam_roles
in thevariables.tf
file to include theroles/storage.objectViewer
which allows the GKE cluster to pull images stored on gcr.io.That solved my issue of pulling images stored in gcr.io. This is just for the benefit of others.