forked from docs/doc-exports
Reviewed-by: Kovács, Zoltán <zkovacs@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2.9 KiB
2.9 KiB
Kubernetes Node Taints
Check Items
Check whether the taint needed for cluster upgrade exists on the node.
Taint Name |
Impact |
---|---|
node.kubernetes.io/upgrade |
NoSchedule |
Solution
Scenario 1: The node is skipped during the cluster upgrade.
- Configure the kubectl command. For details, see Connecting to a Cluster Using kubectl.
- Check the kubelet version of the corresponding node. The following information is expected:
If the version of the node is different from that of other nodes, the node is skipped during the upgrade. Reset the node and upgrade the cluster again. For details about how to reset a node, see Resetting a Node.
Parent topic: Troubleshooting for Pre-upgrade Check Exceptions