kubectl_명령 썸네일형 리스트형 [kubernetes] kubectl delete 명령 kubectl delete 명령 Delete resources by file names, stdin, resources and names, or by resources and label selector. 사용법 Examples: # Delete a pod using the type and name specified in pod.json kubectl delete -f ./pod.json # Delete resources from a directory containing kustomization.yaml - e.g. dir/kustomization.yaml kubectl delete -k dir # Delete a pod based on the type and name in the JSON passed i.. 더보기 macOS에 kubectl 설치 및 설정 macOS에 kubectl 설치 및 설정최신 버전(1.25.x)brew install kubectlkubectl version --client --short$ kubectl version --client --shortFlag --short has been deprecated, and will be removed in the future. The --short output will become the default.Client Version: v1.25.1Kustomize Version: v4.5.71.22.10 버전 설치sudo curl -fsSL https://storage.googleapis.com/kubernetes-release/release/v1.22.10/bin/darwin/amd64/kube.. 더보기 이전 1 다음