Error while trying to upgrade pods on GKE

10/8/2017

I am trying to upgrade pods on GKE and receiving this error:

The request contains invalid arguments: "EXTERNAL: bad desired node version (1.7.6-gke.1).". Error code: "7"

The pods are running version 1.7.5

-- user2336971
google-kubernetes-engine

1 Answer

10/12/2017

This appears to be a bug in allowing 1.7.6-gke.1 as a node version. For me, selecting 1.7.6 upgraded correctly.

-- Will
Source: StackOverflow