Skip to content

Instantly share code, notes, and snippets.

@mhiro2
Last active June 9, 2018 13:45
Show Gist options
  • Save mhiro2/0038e76c0dc97d0aabf8e9c12221ed6e to your computer and use it in GitHub Desktop.
Save mhiro2/0038e76c0dc97d0aabf8e9c12221ed6e to your computer and use it in GitHub Desktop.
$ 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