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

1번째 줄: 1번째 줄:
{{소문자}}
{{소문자}}
==개요==
==개요==
;kubectl get no
;kubectl get node
;kubectl get node
;kubectl get nodes
;kubectl get nodes

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

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

2 같이 보기

3 참고

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