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

(새 문서: {{소문자}} ==개요== ;kubectl get ds ;kubectl get daemonset ;kubectl get daemonsets <source lang='console'> $ kubectl get daemonsets --all-namespaces NAMESPACE NAME...)
 
13번째 줄: 13번째 줄:


==같이 보기==
==같이 보기==
* [[k8s 데몬셋]]
* [[kubectl get]]
* [[쿠버네티스 DaemonSet]]


[[분류: kubectl]]
[[분류: kubectl]]

2019년 5월 29일 (수) 11:34 판

1 개요

kubectl get ds
kubectl get daemonset
kubectl get daemonsets
$ kubectl get daemonsets --all-namespaces
NAMESPACE     NAME          DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR                 AGE
kube-system   calico-node   3         3         2       3            2           beta.kubernetes.io/os=linux   20h
kube-system   kube-proxy    3         3         2       3            2           <none>                        20h

2 같이 보기

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