I am trying to access my cluster (running for example kubectl get pods
) and I'm getting an error response with this:
"errorMessage":"Provided refresh token is expired"
This documentation says that you are provided a new refresh token when you run the export KUBECONFIG=....
command to get your cluster configuration, which I have done mulitple times now. Is there something else I can do to get a new refresh token?