Difference between revisions of "Kubectl get nodes -A"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
kubectl get nodes -A
 +
NAME    STATUS  ROLES          AGE    VERSION
 +
node1  Ready    control-plane  2m3s  v1.27.2
  
  
 +
kubectl get nodes -A
 +
NAME    STATUS    ROLES          AGE  VERSION
 +
node1  [[NotReady]]  [[control-plane]]  77s  v1.27.2
  
  
{{kubectl get nodes}}
+
kubectl get nodes -A
 +
NAME    STATUS  ROLES          AGE    VERSION
 +
node1  Ready    [[control-plane]]  4m54s  v1.27.2
 +
node2  Ready    <none>          93s    v1.27.2
 +
 
 +
== Related ==
 +
* [[Play with Kubernetes]]
 +
 
 +
== See also ==
 +
* {{kubectl get nodes}}

Latest revision as of 16:20, 10 April 2024

kubectl get nodes -A
NAME    STATUS   ROLES           AGE    VERSION
node1   Ready    control-plane   2m3s   v1.27.2


kubectl get nodes -A
NAME    STATUS     ROLES           AGE   VERSION
node1   NotReady   control-plane   77s   v1.27.2


kubectl get nodes -A
NAME    STATUS   ROLES           AGE     VERSION
node1   Ready    control-plane   4m54s   v1.27.2
node2   Ready    <none>          93s     v1.27.2

Related[edit]

See also[edit]

Advertising: