summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Danese <mikedanese@gmail.com>2015-10-08 15:52:11 -0700
committerMike Danese <mikedanese@gmail.com>2015-10-09 08:17:49 -0700
commit0942ca8f34a43393c1036ec4a5688fc6078c46d7 (patch)
tree7fea3d1a3e508708e04b2b4a9698947db5def772
parentcea9f14f190f84a2fdd9cfc65641ab7642d94279 (diff)
simplify DaemonReaper by using NodeSelector
-rw-r--r--daemon.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.md b/daemon.md
index c88fcec7..a72b8755 100644
--- a/daemon.md
+++ b/daemon.md
@@ -97,7 +97,7 @@ The DaemonSet supports standard API features:
- get (e.g. kubectl get daemonsets)
- describe
- Modifiers
- - delete (if --cascade=true, then first the client turns down all the pods controlled by the DaemonSet (by setting the nodeName to a non-existant name); then it deletes the DaemonSet; then it deletes the pods)
+ - delete (if --cascade=true, then first the client turns down all the pods controlled by the DaemonSet (by setting the nodeSelector to a uuid pair that is unlikely to be set on any node); then it deletes the DaemonSet; then it deletes the pods)
- label
- annotate
- update operations like patch and replace (only allowed to selector and to nodeSelector and nodeName of pod template)