Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created July 13, 2018 12:57
Show Gist options
  • Save voronenko-p/69765902379bf1189e83cc0a5ed9725f to your computer and use it in GitHub Desktop.
Save voronenko-p/69765902379bf1189e83cc0a5ed9725f to your computer and use it in GitHub Desktop.
kubectl get nodes
NAME STATUS ROLES AGE VERSION
ip-10-11-1-210.ec2.internal NotReady <none> 11s v1.10.3
ip-10-11-3-36.ec2.internal NotReady <none> 14s v1.10.3
ip-10-11-3-4.ec2.internal NotReady <none> 9s v1.10.3
~~~~~~~~~~~~
kubectl get nodes
NAME STATUS ROLES AGE VERSION
ip-10-11-1-210.ec2.internal Ready <none> 1m v1.10.3
ip-10-11-3-36.ec2.internal Ready <none> 1m v1.10.3
ip-10-11-3-4.ec2.internal Ready <none> 1m v1.10.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment