Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch PR #3999 #4170

Merged
merged 1 commit into from
Jun 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 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,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
`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.

Expand Down Expand Up @@ -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
necessary.

### On each node
## On each node

1. Upgrade system packages.

Expand All @@ -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 %}