Merge pull request #45778 from mrgiles/45539_shell_access_to_node_before_upgrade
Add shell access prereq to node upgrade cluster taskpull/45974/head
commit
305078d22e
|
@ -10,7 +10,7 @@ This page explains how to upgrade a Linux Worker Nodes created with kubeadm.
|
||||||
|
|
||||||
## {{% heading "prerequisites" %}}
|
## {{% heading "prerequisites" %}}
|
||||||
|
|
||||||
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
{{< include "task-tutorial-prereqs-node-upgrade.md" >}} {{< version-check >}}
|
||||||
* Familiarize yourself with [the process for upgrading the rest of your kubeadm
|
* Familiarize yourself with [the process for upgrading the rest of your kubeadm
|
||||||
cluster](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade). You will want to
|
cluster](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade). You will want to
|
||||||
upgrade the control plane nodes before upgrading your Linux Worker nodes.
|
upgrade the control plane nodes before upgrading your Linux Worker nodes.
|
||||||
|
|
|
@ -13,7 +13,7 @@ This page explains how to upgrade a Windows node created with kubeadm.
|
||||||
|
|
||||||
## {{% heading "prerequisites" %}}
|
## {{% heading "prerequisites" %}}
|
||||||
|
|
||||||
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
{{< include "task-tutorial-prereqs-node-upgrade.md" >}} {{< version-check >}}
|
||||||
* Familiarize yourself with [the process for upgrading the rest of your kubeadm
|
* Familiarize yourself with [the process for upgrading the rest of your kubeadm
|
||||||
cluster](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade). You will want to
|
cluster](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade). You will want to
|
||||||
upgrade the control plane nodes before upgrading your Windows nodes.
|
upgrade the control plane nodes before upgrading your Windows nodes.
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
You need to have shell access to all the nodes, and the kubectl command-line tool must
|
||||||
|
be configured to communicate with your cluster. It is recommended to run this tutorial
|
||||||
|
on a cluster with at least two nodes that are not acting as control plane hosts.
|
Loading…
Reference in New Issue