We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google GEK disabled authentication with a client certificate. https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication#disabling_authentication_with_a_client_certificate
Do you support Google GKE style authentication like below? I fail to find the example for this case with kubeconfig.yaml & gsa-key.json. https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication#environments-without-gcloud
apiVersion: v1 kind: Config clusters: - name: CLUSTER_NAME cluster: server: https://endpoint certificate-authority-data: masterAuth.clusterCaCertificate users: - name: ci-cd-pipeline-gsa user: auth-provider: name: gcp contexts: - context: cluster: CLUSTER_NAME user: ci-cd-pipeline-gsa name: CLUSTER_NAME-ci-cd current-context: CLUSTER_NAME-ci-cd
For reference, upper config need GOOGLE_APPLICATION_CREDENTAILS envirionment.
export KUBECONFIG=path/to/kubeconfig.yaml export GOOGLE_APPLICATION_CREDENTIALS=path/to/gsa-key.json
The text was updated successfully, but these errors were encountered:
I solved the problem by using "Service in other environments" like below. https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication#service_in_other_environments
Sorry, something went wrong.
No branches or pull requests
Google GEK disabled authentication with a client certificate.
https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication#disabling_authentication_with_a_client_certificate
Do you support Google GKE style authentication like below? I fail to find the example for this case with kubeconfig.yaml & gsa-key.json.
https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication#environments-without-gcloud
For reference, upper config need GOOGLE_APPLICATION_CREDENTAILS envirionment.
The text was updated successfully, but these errors were encountered: