Closed skunkwerk closed 6 years ago
I was able to deploy to my Google Container Engine cluster the first time.
After I made a change and tried to re-deploy, I get this error:
Serverless: Excluding development dependencies... Unable to find required information for authenticating against the cluster
I tried to re-run: gcloud container clusters get-credentials production --zone us-west1-a --project pname
but didn't help
thanks
The solution was to just re-run a kubectl command, which seems to refresh the tokens, like:
$ kubectl get pods -n kubeless
I was able to deploy to my Google Container Engine cluster the first time.
After I made a change and tried to re-deploy, I get this error:
Serverless: Excluding development dependencies... Unable to find required information for authenticating against the cluster
I tried to re-run: gcloud container clusters get-credentials production --zone us-west1-a --project pname
but didn't help
thanks