Difference between revisions of "Kubernetes DaemonSets"

From wikieduonline
Jump to navigation Jump to search
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 ==

Revision as of 13:29, 22 February 2024

Advertising: