forked from docs/doc-exports
Reviewed-by: Gergo-Bence Lorincz <a200452876@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com> Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
2.9 KiB
2.9 KiB
Kubernetes Node Taint
Check Items
Check whether the taint needed for cluster upgrade exists on the node.
Taint Name |
Impact |
|---|---|
node.kubernetes.io/upgrade |
NoSchedule |
Solutions
Scenario 1: The node is skipped during the cluster upgrade.
- Configure the kubectl command. For details, see Accessing 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

