From a7a02c5b11b0cd061d1b9c3d64c34088f27c3c66 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Thu, 22 Jun 2017 15:13:17 -0700 Subject: [PATCH] Patch PR #3999 --- .../administer-cluster/kubeadm-upgrade-1-7.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/tasks/administer-cluster/kubeadm-upgrade-1-7.md b/docs/tasks/administer-cluster/kubeadm-upgrade-1-7.md index 38a1d7a98f8ab..2a60e63690ff0 100644 --- a/docs/tasks/administer-cluster/kubeadm-upgrade-1-7.md +++ b/docs/tasks/administer-cluster/kubeadm-upgrade-1-7.md @@ -7,8 +7,7 @@ redirect_from: - "/docs/admin/kubeadm-upgrade-1-7.html" --- -* TOC -{:toc} +{% capture overview %} This guide is for upgrading kubeadm clusters from version 1.6.x to 1.7.x. Upgrades are not supported for clusters lower than 1.6, which is when kubeadm @@ -21,6 +20,14 @@ resources after cluster setup will need to be reapplied after the upgrade. The upgrade will not disturb other static pod manifest files or objects outside the `kube-system` namespace. +{% endcapture %} + +{% capture prerequisites %} +* Kubernetes cluster running version 1.6.x +{% endcapture %} + +{% capture steps %} + ### On the master 1. Upgrade system packages. @@ -81,3 +88,7 @@ upgrade will not disturb other static pod manifest files or objects outside the 2. Restart kubelet. sudo systemctl restart kubelet + +{% endcapture %} + +{% include templates/task.md %} \ No newline at end of file