helm delete

Jmnote (토론 | 기여)님의 2019년 10월 15일 (화) 01:23 판 (→‎개요)

1 개요

helm delete
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
testuser@localhost:~$ helm delete istio-init
release "istio-init" deleted
testuser@localhost:~$ helm ls
testuser@localhost:~$ helm ls -a
NAME      	REVISION	UPDATED                 	STATUS 	CHART           	APP VERSION	NAMESPACE   
istio-init	1       	Sun Oct 13 19:26:05 2019	DELETED	istio-init-1.3.2	1.3.2      	istio-system
testuser@localhost:~$ helm delete --purge istio-init
release "istio-init" deleted
testuser@localhost:~$ helm ls -a
testuser@localhost:~$

2 같이 보기

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