Skip to content

Commit 7a91dcc

Browse files
committed
Add shell access prereq to node upgrade cluster task
Add shell access prereq to node upgrade task
1 parent 1d8cfb0 commit 7a91dcc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This page explains how to upgrade a Linux Worker Nodes created with kubeadm.
1010

1111
## {{% heading "prerequisites" %}}
1212

13-
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
13+
{{< include "task-tutorial-prereqs-node-upgrade.md" >}} {{< version-check >}}
1414
* Familiarize yourself with [the process for upgrading the rest of your kubeadm
1515
cluster](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade). You will want to
1616
upgrade the control plane nodes before upgrading your Linux Worker nodes.

content/en/docs/tasks/administer-cluster/kubeadm/upgrading-windows-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This page explains how to upgrade a Windows node created with kubeadm.
1313

1414
## {{% heading "prerequisites" %}}
1515

16-
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
16+
{{< include "task-tutorial-prereqs-node-upgrade.md" >}} {{< version-check >}}
1717
* Familiarize yourself with [the process for upgrading the rest of your kubeadm
1818
cluster](/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade). You will want to
1919
upgrade the control plane nodes before upgrading your Windows nodes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
You need to have shell access to all the nodes, and the kubectl command-line tool must
2+
be configured to communicate with your cluster. It is recommended to run this tutorial
3+
on a cluster with at least two nodes that are not acting as control plane hosts.

0 commit comments

Comments
 (0)