You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GKE is moving to a dedicated gke-gcloud-auth-plugin for cluster authentication. From the announcement:
This new binary, gke-gcloud-auth-plugin, uses the Kubernetes Client-go Credential Plugin mechanism to extend kubectl’s authentication to support GKE. Because plugins are already supported by kubectl, you can switch to the new mechanism now, before v1.26 becomes available.
How could Crossplane help solve your problem?
Ensure that our gke authentication flow will still be compatible with GKE for versions 1.26+
The text was updated successfully, but these errors were encountered:
Having this same issue. I'm working on a fix on my fork, but unsure how to change the Makefile so that the provider gets packaged with the controller + the plugin binary
What problem are you facing?
GKE is moving to a dedicated
gke-gcloud-auth-plugin
for cluster authentication. From the announcement:How could Crossplane help solve your problem?
Ensure that our gke authentication flow will still be compatible with GKE for versions 1.26+
The text was updated successfully, but these errors were encountered: