Skip to content

Commit c192062

Browse files
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
thank you Co-authored-by: divya-mohan0209 <[email protected]>
1 parent 3cda478 commit c192062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/safely-drain-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ kubectl drain --ignore-daemonsets <node name>
7070
```
7171

7272
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
73+
`--ignore-daemonsets` with `kubectl` to successfully drain the node. The `kubectl drain` subcommand on its own does not actually drain
7474
a node of its DaemonSet pods:
7575
the DaemonSet controller (part of the control plane) immediately replaces missing Pods with
7676
new equivalent Pods. The DaemonSet controller also creates Pods that ignore unschedulable

0 commit comments

Comments
 (0)