File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,16 @@ and respecting the PodDisruptionBudget you have defined). It is then safe to
60
60
bring down the node by powering down its physical machine or, if running on a
61
61
cloud platform, deleting its virtual machine.
62
62
63
+ {{< note >}}
64
+ If any new Pods tolerate the ` node.kubernetes.io/unschedulable ` taint, then those Pods
65
+ might be scheduled to the node you have drained. Avoid tolerating that taint other than
66
+ for DaemonSets.
67
+
68
+ If you or another API user directly set the [ ` nodeName ` ] ( /docs/concepts/scheduling-eviction/assign-pod-node/#nodename )
69
+ field for a Pod (bypassing the scheduler), then the Pod is bound to the specified node
70
+ and will run there, even though you have drained that node and marked it unschedulable.
71
+ {{< /note >}}
72
+
63
73
First, identify the name of the node you wish to drain. You can list all of the nodes in your cluster with
64
74
65
75
``` shell
You can’t perform that action at this time.
0 commit comments