Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update Kubernetes Cluster to the latest version available?

I began to try Google Container Engine recently. I would you like to upgrade the Kubernetes Cluster to the latest version available, if possible without downtime. Is there any way to do this?

like image 828
Vinicius Magalhaes Avatar asked Apr 07 '15 16:04

Vinicius Magalhaes


2 Answers

Unfortunately, the best answer we currently have is to create a new cluster and move your resources over, then delete the old one.

We are very actively working on making cluster upgrades reliable (both nodes and the master), but upgrades are unlikely to work for the majority of currently existing clusters.

like image 108
Alex Robinson Avatar answered Oct 01 '22 17:10

Alex Robinson


We now have a checked-in upgrade tool for master and nodes: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/cluster/gce/upgrade.sh

like image 31
Alexander Mohr Avatar answered Oct 01 '22 16:10

Alexander Mohr