Last active
June 9, 2018 13:45
-
-
Save mhiro2/0038e76c0dc97d0aabf8e9c12221ed6e 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 node -o wide | |
NAME STATUS ROLES AGE VERSION EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME | |
k8s-master Ready master 10h v1.10.4 <none> CentOS Linux 7 (Core) 3.10.0-862.2.3.el7.x86_64 docker://18.3.1 | |
k8s-node1 Ready <none> 10h v1.10.4 <none> CentOS Linux 7 (Core) 3.10.0-862.2.3.el7.x86_64 docker://18.3.1 | |
k8s-node2 Ready <none> 10h v1.10.4 <none> CentOS Linux 7 (Core) 3.10.0-862.2.3.el7.x86_64 docker://18.3.1 | |
k8s-node3 Ready <none> 10h v1.10.4 <none> CentOS Linux 7 (Core) 3.10.0-862.2.3.el7.x86_64 docker://18.3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment