kubectl icon indicating copy to clipboard operation
kubectl copied to clipboard

Always throws an error "It looks like you are trying to use a client-go credential plugin that is not installed."

Open partounian opened this issue 2 years ago • 2 comments

It looks like you are trying to use a client-go credential plugin that is not installed.

To learn more about this feature, consult the documentation available at:
      https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins

The error doesn't occur when I use the same kubeconfig secret with azure/setup-kubectl@v3 and azure/k8s-set-context@v3

partounian avatar Jul 18 '23 23:07 partounian

Hey @partounian! We're having the same issue, Do you have a workaround for that?

noaKurman avatar Aug 31 '23 09:08 noaKurman

Try @noaKurman base64 encoding the kubeconfig if you haven't. If you have encoded it then try not encoding it.

I ended up using azure/setup-kubectl@v3 & azure/k8s-set-context@v3.

partounian avatar Aug 31 '23 21:08 partounian