Skip to content

Commit

Permalink
Add shell access prereq to node upgrade cluster task
Browse files Browse the repository at this point in the history
Add shell access prereq to node upgrade task
  • Loading branch information
mrgiles committed Apr 5, 2024
1 parent 1d8cfb0 commit 7a91dcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions content/en/includes/task-tutorial-prereqs-node-upgrade.md
@@ -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.

0 comments on commit 7a91dcc

Please sign in to comment.