skip to Main Content

Ubuntu – google-github-actions/get-gke-credentials failed with: required "container.clusters.get" permission(s)

The action is failing with the following error... "google-github-actions/get-gke-credentials failed with: required "container.clusters.get" permission(s)". I'm not using a service account. I'm using the “Direct Workload Identity Federation” option as described by the google-github-actions/auth action. I also created my Workload Identity…

VIEW QUESTION

Nginx – Problem installing Issuer (cert-manager) inside GKE cluster tls: failed to verify certificate: x509: certificate signed by unknown authority

I have a problem during the installation of an Issuer inside GKE. I follow this guide https://cert-manager.io/docs/tutorials/acme/nginx-ingress/#step-5---deploy-cert-manager. My steps were: Creation of an autopilot cluster via Google Cloud Console Install nginx ingress controller via helm (https://cert-manager.io/docs/tutorials/acme/nginx-ingress/#step-2---deploy-the-nginx-ingress-controller) I read the EXTERNAL…

VIEW QUESTION
Back To Top
Search