"Helm delete"의 두 판 사이의 차이

(새 문서: {{소문자}} ==개요== ;helm delete <source lang='console'> $ helm ls NAME REVISION UPDATED STATUS CHART APP VE...)
 
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
4번째 줄: 4번째 줄:


<source lang='console'>
<source lang='console'>
$ helm ls
testuser@localhost:~$ helm ls
NAME           REVISION       UPDATED                         STATUS         CHART                   APP VERSION     NAMESPACE
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       Sun Oct 13 19:26:05 2019 DEPLOYED istio-init-1.3.2 1.3.2      istio-system
istio-init     1               Mon Oct 7 11:33:45 2019       DEPLOYED       istio-init-1.3.1        1.3.1          istio-system
</source>
</source>
<source lang='console'>
<source lang='console'>
$ helm delete istio
testuser@localhost:~$ helm delete istio-init
release "istio" deleted
$ helm delete istio-init
release "istio-init" deleted
release "istio-init" deleted
$ helm ls
</source>
$ kubectl get all -n istio-system
<source lang='console'>
No resources found in istio-system namespace.
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
</source>
<source lang='console'>
testuser@localhost:~$ helm delete --purge istio-init
release "istio-init" deleted
</source>
<source lang='console'>
testuser@localhost:~$ helm ls -a
testuser@localhost:~$
</source>
</source>


22번째 줄: 30번째 줄:
* [[helm ls]]
* [[helm ls]]
* [[helm install]]
* [[helm install]]
* [[helm delete --purge]]
* [[helm 명령어]]


[[분류: helm]]
[[분류: helm]]

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 }}