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

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
This commit is contained in:
Thomas Güttler 2023-01-16 14:41:52 +01:00 committed by GitHub
parent 2e3da350b4
commit 3cda47820e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Next, tell Kubernetes to drain the node:
kubectl drain --ignore-daemonsets <node name>
```
If there are DaemonSet managed pods, drain will usually not succeed unless you specify
If there are pods managed by a DaemonSet, you will need to specify
`--ignore-daemonsets`. The `kubectl drain` subcommand on its own does not actually drain
a node of its DaemonSet pods:
the DaemonSet controller (part of the control plane) immediately replaces missing Pods with