"Kubectl get nodes"의 두 판 사이의 차이

26번째 줄: 26번째 줄:


==같이 보기==
==같이 보기==
* [[kubectl get no -owide]]
* [[kubectl cluster-info]]
* [[kubectl cluster-info]]
* [[kubectl run]]
* [[kubectl run]]

2019년 3월 14일 (목) 09:01 판

1 개요

kubectl get no
kubectl get node
kubectl get nodes
$ kubectl get nodes
NAME       STATUS    ROLES     AGE       VERSION
minikube   Ready     <none>    59s       v1.10.0
$ kubectl get nodes
NAME                    STATUS                     AGE       VERSION
k8s-agent-14ad53a1-0    Ready                      10m       v1.6.6
k8s-agent-14ad53a1-1    Ready                      10m       v1.6.6
k8s-agent-14ad53a1-2    Ready                      10m       v1.6.6
k8s-master-14ad53a1-0   Ready,SchedulingDisabled   10m       v1.6.6
$ kubectl get no
NAME      STATUS    ROLES     AGE       VERSION
master    Ready     master    3h        v1.11.3
node01    Ready     <none>    3h        v1.11.3

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}