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

(새 문서: ==개요== ;kubectl get replicasets <source lang='console'> $ kubectl get replicasets NAME DESIRED CURRENT READY AGE kubernetes-bootcamp-5c6966975...)
 
1번째 줄: 1번째 줄:
{{소문자}}
==개요==
==개요==
;kubectl get replicasets
;kubectl get replicasets

2018년 10월 29일 (월) 15:31 판

1 개요

kubectl get replicasets
$ kubectl get replicasets
NAME                             DESIRED   CURRENT   READY     AGE
kubernetes-bootcamp-5c69669756   1         1         1         38m
$ kubectl get rs -o wide
NAME                             DESIRED   CURRENT   READY     AGE       CONTAINERS       IMAGES                                         SELECTOR
kubernetes-bootcamp-5c69669756   1         1         1         38m       kubernetes-bootcamp   gcr.io/google-samples/kubernetes-bootcamp:v1   pod-template-hash=1725225312,run=kubernetes-bootcamp

2 같이 보기

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