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

24번째 줄: 24번째 줄:
* [[kubectl get cronjobs]] (cj)
* [[kubectl get cronjobs]] (cj)
* [[kubectl get deployments]] (deploy) ★★
* [[kubectl get deployments]] (deploy) ★★
* [[kubectl get endpoints]]
* [[kubectl get jobs]]
* [[kubectl get jobs]]
* [[kubectl get endpoints]]
* [[kubectl get nodes]] (no)
* [[kubectl get nodes]] (no)
* [[kubectl get pods]] (po) ★
* [[kubectl get pods]] (po) ★

2019년 6월 23일 (일) 03:08 판

1 개요

kubectl get
  • k8s 객체를 조회하는 kubectl 명령어
$ kubectl get
You must specify the type of resource to get. Use "kubectl api-resources" for a complete list of supported resources.

error: Required resource not specified.
Use "kubectl explain <resource>" for a detailed description of that resource (e.g. kubectl explain pods).
See 'kubectl get -h' for help and examples.

2 목록

3 같이 보기

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