Post

Run kubectl and bypass authentication

If you are unable to login to you cluster but still have access over SSH for example. Run this command to bypass cloudctl login.

kubectl --kubeconfig /etc/cfc/conf/admin.kubeconfig get pods --all-namespaces

This post is licensed under CC BY 4.0 by the author.