continuous-deployment-on-kubernetes
continuous-deployment-on-kubernetes copied to clipboard
Upgrade Jenkins
When I try to upgrade Jenkins to LTS gcloud docker -- pull stops working. But kubectl command still works. Seems that the authorization of gcloud is broken for versions > 2.67
Pulling repository eu.gcr.io/***/***
unauthorized: authentication required
Is it possible to A: make it work, or B: downgrade to 2.67? I have tried both unsuccessfully ;)
Morten
As of #96 we are using the Helm chart which uses the LTS image.
Have you checked the scopes on your GKE cluster? It may be that a new node pool was added that did not include scopes for storage-rw.