Difference between revisions of "Kubectl get daemonset"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 5: Line 5:
 
  kubectl get daemonset  
 
  kubectl get daemonset  
 
  No resources found in default namespace.
 
  No resources found in default namespace.
 +
 +
kubectl get daemonset -A
 +
NAMESPACE    NAME        DESIRED  CURRENT  READY  UP-TO-DATE  AVAILABLE  NODE SELECTOR  AGE
 +
[[kube-system]]  [[aws-node]]    2        2        2      2            2          <none>          24h
 +
kube-system  [[kube-proxy]]  2        2        2      2            2          <none>          24h
  
  

Revision as of 18:32, 11 June 2022

kubectl get daemonset
kubectl get daemonset 
No resources found in default namespace.
kubectl get daemonset -A
NAMESPACE     NAME         DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE
kube-system   aws-node     2         2         2       2            2           <none>          24h
kube-system   kube-proxy   2         2         2       2            2           <none>          24h


See also

Advertising: