Skip to content

Commit

Permalink
Patch PR #3999
Browse files Browse the repository at this point in the history
  • Loading branch information
chenopis committed Jun 22, 2017
1 parent e2b6349 commit a7a02c5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/tasks/administer-cluster/kubeadm-upgrade-1-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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 %}

0 comments on commit a7a02c5

Please sign in to comment.