helm delete

Jmnote (토론 | 기여)님의 2019년 10월 7일 (월) 17:10 판 (새 문서: {{소문자}} ==개요== ;helm delete <source lang='console'> $ helm ls NAME REVISION UPDATED STATUS CHART APP VE...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

helm delete
$ helm ls
NAME            REVISION        UPDATED                         STATUS          CHART                   APP VERSION     NAMESPACE
istio           1               Mon Oct  7 11:36:40 2019        DEPLOYED        istio-1.3.1             1.3.1           istio-system
istio-init      1               Mon Oct  7 11:33:45 2019        DEPLOYED        istio-init-1.3.1        1.3.1           istio-system
$ helm delete istio
release "istio" deleted
$ helm delete istio-init
release "istio-init" deleted
$ helm ls
$ kubectl get all -n istio-system
No resources found in istio-system namespace.

2 같이 보기

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