Skip to content

Commit 3cda478

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

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
@@ -69,7 +69,7 @@ Next, tell Kubernetes to drain the node:
6969
kubectl drain --ignore-daemonsets <node name>
7070
```
7171

72-
If there are DaemonSet managed pods, drain will usually not succeed unless you specify
72+
If there are pods managed by a DaemonSet, you will need to specify
7373
`--ignore-daemonsets`. 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

0 commit comments

Comments
 (0)