Upgrading Linux nodes page should specify that the drain and uncordon commands should be executed from the controlplane. #44321
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/en
Issues or PRs related to English language
sig/cluster-lifecycle
Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
sig/docs
Categorizes an issue or PR as relevant to SIG Docs.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
This is a Bug Report
Problem:
This is related to the page Upgrading Linux nodes.
The
kubectl drain
andkubectl uncordon
commands should be executed on the controlplane node.This is not obvious from the documentation.
A new user unfamiliar with the process of upgrade will invariably execute these commands on the worker node and will fail.
Proposed Solution:
Add instruction to execute the
kubectl drain
andkubectl uncordon
commands from the controlplane node.Page to Update:
https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes/
The text was updated successfully, but these errors were encountered: