We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cda478 commit c192062Copy full SHA for c192062
content/en/docs/tasks/administer-cluster/safely-drain-node.md
@@ -70,7 +70,7 @@ kubectl drain --ignore-daemonsets <node name>
70
```
71
72
If there are pods managed by a DaemonSet, you will need to specify
73
-`--ignore-daemonsets`. The `kubectl drain` subcommand on its own does not actually drain
+`--ignore-daemonsets` with `kubectl` to successfully drain the node. The `kubectl drain` subcommand on its own does not actually drain
74
a node of its DaemonSet pods:
75
the DaemonSet controller (part of the control plane) immediately replaces missing Pods with
76
new equivalent Pods. The DaemonSet controller also creates Pods that ignore unschedulable
0 commit comments