Last active
February 1, 2019 19:38
-
-
Save TBeijen/859dcd16debc53d3c22c4984e7722ce3 to your computer and use it in GitHub Desktop.
medium_k8s_failure_get_nodes
This file contains 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-150-34-78.eu-west-1.compute.internal Ready master 43d v1.10.6 | |
ip-10-150-35-189.eu-west-1.compute.internal Ready node 2h v1.10.6 | |
ip-10-150-36-156.eu-west-1.compute.internal Ready node 2h v1.10.6 | |
ip-10-150-37-179.eu-west-1.compute.internal NotReady node 2h v1.10.6 | |
ip-10-150-37-37.eu-west-1.compute.internal Ready master 43d v1.10.6 | |
ip-10-150-38-190.eu-west-1.compute.internal Ready node 4h v1.10.6 | |
ip-10-150-39-21.eu-west-1.compute.internal NotReady node 2h v1.10.6 | |
ip-10-150-39-64.eu-west-1.compute.internal Ready master 43d v1.10.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment