-
-
Save voronenko-p/69765902379bf1189e83cc0a5ed9725f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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