Add shell access prereq to node upgrade cluster task

Add shell access prereq to node upgrade task
pull/45778/head
Marcelo Giles 2024-04-04 17:27:41 -07:00
parent 1d8cfb08dc
commit 7a91dcc078
No known key found for this signature in database
GPG Key ID: F79A638016E48DFE
3 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,7 @@ This page explains how to upgrade a Linux Worker Nodes created with kubeadm.
## {{% 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
cluster](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade). You will want to
upgrade the control plane nodes before upgrading your Linux Worker nodes.

View File

@ -13,7 +13,7 @@ This page explains how to upgrade a Windows node created with kubeadm.
## {{% 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
cluster](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade). You will want to
upgrade the control plane nodes before upgrading your Windows nodes.

View File

@ -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.