Difference between revisions of "Kubernetes DaemonSets"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
== Activities ==
 
== Activities ==
 
* [[CKA v1.18]]: [[Understand the role of DaemonSets]]
 
* [[CKA v1.18]]: [[Understand the role of DaemonSets]]
* Stop daemonset: <code>[[kubectl patch]] daemonset <name-of-daemon-set> -p '{"spec": {"template": {"spec": {"nodeSelector": {"non-existing": "true"}}}}}'</code>
+
* Stop DaemonSet: <code>[[kubectl patch]] daemonset <name-of-daemon-set> -p '{"spec": {"template": {"spec": {"nodeSelector": {"non-existing": "true"}}}}}'</code>
  
 
== Related terms ==
 
== Related terms ==
Line 22: Line 22:
 
* <code>[[kubectl rollout daemonset]]</code>
 
* <code>[[kubectl rollout daemonset]]</code>
 
* [[StatefulSet]]
 
* [[StatefulSet]]
* [[aws-node]]
+
* [[aws-node]]: <code>[[kubectl -n kube-system edit daemonset/aws-node]]</code>
 +
* <code>[[kubectl describe ds]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 10:49, 28 February 2024

Advertising: