kind delete cluster

Jmnote (토론 | 기여)님의 2021년 12월 14일 (화) 18:19 판 (새 문서: ==개요== {{소문자}} ;kind delete cluster <syntaxhighlight lang='console'> root@tester:~# kind get clusters kind </syntaxhighlight> <syntaxhighlight lang='console'> root@tester:~...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

kind delete cluster
root@tester:~# kind get clusters
kind
root@tester:~# kind delete cluster
Deleting cluster "kind" ...
root@tester:~# kind get clusters
No kind clusters found.
root@tester:~# kind delete cluster
Deleting cluster "kind" ...
root@tester:~# kind get clusters
No kind clusters found.

2 같이 보기

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