Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while trying to upgrade pods on GKE

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

like image 924
user2336971 Avatar asked Nov 08 '22 15:11

user2336971


1 Answers

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.

like image 109
Will Avatar answered Dec 04 '22 16:12

Will