diff options
| author | Mike Danese <mikedanese@gmail.com> | 2015-10-08 15:52:11 -0700 |
|---|---|---|
| committer | Mike Danese <mikedanese@gmail.com> | 2015-10-09 08:17:49 -0700 |
| commit | 0942ca8f34a43393c1036ec4a5688fc6078c46d7 (patch) | |
| tree | 7fea3d1a3e508708e04b2b4a9698947db5def772 | |
| parent | cea9f14f190f84a2fdd9cfc65641ab7642d94279 (diff) | |
simplify DaemonReaper by using NodeSelector
| -rw-r--r-- | daemon.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
