Skip to content

Commit

Permalink
kubeadm-upgrade: include new command kubeadm upgrade diff (#8617)
Browse files Browse the repository at this point in the history
Also:
- Include note that this was added in 1.11.
- Modify the note about upgrade guidance.
  • Loading branch information
neolit123 authored and Misty Linville committed Jun 27, 2018
1 parent 4c501d7 commit d56516d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cluster if necessary.
## kubeadm upgrade guidance

Every upgrade process might be a bit different, so we've documented each minor upgrade process individually.
Please check these documents out for more detailed how-to-upgrade guidance:
For more version-specific upgrade guidance, see the following resources:

* [1.7.x to 1.7.y upgrades](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-8/)
* [1.7 to 1.8 upgrades](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-8/)
Expand All @@ -26,12 +26,18 @@ Please check these documents out for more detailed how-to-upgrade guidance:
* [1.9.x to 1.9.y upgrades](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-9/)
* [1.9.x to 1.9.y HA cluster upgrades](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha/)

In Kubernetes v1.11.0 and later, you can use `kubeadm upgrade diff` to see the changes that would be
applied to static pod manifests.

## kubeadm upgrade plan {#cmd-upgrade-plan}
{{< include "generated/kubeadm_upgrade_plan.md" >}}

## kubeadm upgrade apply {#cmd-upgrade-apply}
{{< include "generated/kubeadm_upgrade_apply.md" >}}

## kubeadm upgrade diff {#cmd-upgrade-diff}
{{< include "generated/kubeadm_upgrade_diff.md" >}}

{{% /capture %}}

{{% capture whatsnext %}}
Expand Down

0 comments on commit d56516d

Please sign in to comment.