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
Device and OS: M1 Mac
App version: 0.15
Kubernetes distro being used: GKE
Steps to reproduce
After creating a GKE cluster and authenticating, kubectl get nodes works fine but K9s and Zarf do not.
Expected result
It worked :-)
Actual Result
It didn't :-<
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
🤷
Additional Context
Looks like we are lacking imports for auth providers: kubernetes/client-go#242. It seems importing _ "k8s.io/client-go/plugin/pkg/client/auth" in the k8s package may resolve this.
The text was updated successfully, but these errors were encountered:
Environment
Device and OS: M1 Mac
App version: 0.15
Kubernetes distro being used: GKE
Steps to reproduce
kubectl get nodes
works fine but K9s and Zarf do not.Expected result
It worked :-)
Actual Result
It didn't :-<
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
🤷
Additional Context
Looks like we are lacking imports for auth providers: kubernetes/client-go#242. It seems importing
_ "k8s.io/client-go/plugin/pkg/client/auth"
in the k8s package may resolve this.The text was updated successfully, but these errors were encountered: