helm delete --purge

Jmnote (토론 | 기여)님의 2019년 10월 15일 (화) 01:20 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

helm del --purge
helm delete --purge
testuser@localhost:~$ helm ls
NAME      	REVISION	UPDATED                 	STATUS  	CHART           	APP VERSION	NAMESPACE   
istio     	1       	Sun Oct 13 19:31:35 2019	DEPLOYED	istio-1.3.2     	1.3.2      	istio-system
istio-init	1       	Sun Oct 13 19:26:05 2019	DEPLOYED	istio-init-1.3.2	1.3.2      	istio-system
testuser@localhost:~$ helm delete --purge istio
release "istio" deleted
testuser@localhost:~$ helm ls
NAME      	REVISION	UPDATED                 	STATUS  	CHART           	APP VERSION	NAMESPACE   
istio-init	1       	Sun Oct 13 19:26:05 2019	DEPLOYED	istio-init-1.3.2	1.3.2      	istio-system

2 같이 보기[ | ]

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