How to update Kubernetes Cluster to the latest version available?

☆樱花仙子☆ 提交于 2019-12-04 01:09:22

问题


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?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/29496152/how-to-update-kubernetes-cluster-to-the-latest-version-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!