This commit is contained in:
Andrew Chen
2017-06-22 15:13:17 -07:00
parent e2b6349a11
commit 2ce3742278
@@ -7,8 +7,7 @@ redirect_from:
- "/docs/admin/kubeadm-upgrade-1-7.html" - "/docs/admin/kubeadm-upgrade-1-7.html"
--- ---
* TOC {% capture overview %}
{:toc}
This guide is for upgrading kubeadm clusters from version 1.6.x to 1.7.x. 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 Upgrades are not supported for clusters lower than 1.6, which is when kubeadm
@@ -21,7 +20,15 @@ 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 upgrade will not disturb other static pod manifest files or objects outside the
`kube-system` namespace. `kube-system` namespace.
### On the master {% endcapture %}
{% capture prerequisites %}
You need to have a Kubernetes cluster running version 1.6.x.
{% endcapture %}
{% capture steps %}
## On the master
1. Upgrade system packages. 1. Upgrade system packages.
@@ -63,7 +70,7 @@ upgrade will not disturb other static pod manifest files or objects outside the
find your CNI provider and see if there are additional upgrade steps find your CNI provider and see if there are additional upgrade steps
necessary. necessary.
### On each node ## On each node
1. Upgrade system packages. 1. Upgrade system packages.
@@ -81,3 +88,7 @@ upgrade will not disturb other static pod manifest files or objects outside the
2. Restart kubelet. 2. Restart kubelet.
sudo systemctl restart kubelet sudo systemctl restart kubelet
{% endcapture %}
{% include templates/task.md %}