[opensuse-kubic] Kubernetes 1.17.0 Released

Hi, The Kubic Project is proud to announce that Snapshot 20200113 has just been released containing Kubernetes 1.17.0. This is a particually exciting release with Cloud Provider Labels becoming a GA-status feature, and Volume Snapshotting now reaching Beta-status. Release Notes as always are here: https://kubernetes.io/docs/setup/release/notes/#changes Special thanks to Sascha Grunert, Ralf Haferkamp and Michal Rostecki who all contributed to this release, either through debugging issues or by picking up other open Kubic tasks so other contributors could focus on this release. (Reminder: https://github.com/orgs/kubic-project/projects/3 shows our incomplete list of open tasks, please feel free to help out!) All newly deployed Kubic clusters will automatically be Kubernetes 1.17.0 from this point. For existing clusters, you will need to follow the following steps after your nodes have transactionally-updated to 20200113 or later For a kubic-control cluster please run `kubictl upgrade` For a kubeadm cluster you need to follow the following steps on your master node: `kubectl drain <master-node-name> --ignore-daemonsets` `kubeadm upgrade plan` - This should show you the planned upgrade from your current v1.16.x cluster to v1.17.0 `kubeadm upgrade apply v1.17.0` will then upgrade the cluster `kubectl uncordon <master-node-name>` For then for all other nodes please repeat the above steps but using `kubeadm upgrade node` instead of `kubeadm upgrade apply`, starting with any additional master nodes if you have a multi-master cluster. Have a lot of fun! -- Richard Brown Linux Distribution Engineer - Future Technology Team Phone +4991174053-361 SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, D-90409 Nuernberg (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer -- To unsubscribe, e-mail: opensuse-kubic+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kubic+owner@opensuse.org
participants (1)
-
Richard Brown