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
After running a kubectl command and confirming my identity I have credentials stored in ~/.kube/cache/kubelogin/azure.json.
When I tried to run another kubectl command and it asked me to confirm my identity again.
I tried to not use --legacy and authenticate again and I got from k8s api server (obviously non-legacy type of credentials is not accepted):
error: You must be logged in to the server (the server has asked for the client to provide credentials)
When I tried to switch back to --legacy and still got the same error message.
The error disappeared when I cleared the cache and reauthenticated but I was back to having to authenticate every kubectl execution.
The text was updated successfully, but these errors were encountered:
After following kube config the conversion script I have updated
kubeconfig
:After running a kubectl command and confirming my identity I have credentials stored in
~/.kube/cache/kubelogin/azure.json
.When I tried to run another kubectl command and it asked me to confirm my identity again.
I tried to not use
--legacy
and authenticate again and I got from k8s api server (obviously non-legacy type of credentials is not accepted):When I tried to switch back to
--legacy
and still got the same error message.The error disappeared when I cleared the cache and reauthenticated but I was back to having to authenticate every
kubectl
execution.The text was updated successfully, but these errors were encountered: