"Kind delete cluster"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
10번째 줄: 10번째 줄:
root@tester:~# kind delete cluster
root@tester:~# kind delete cluster
Deleting cluster "kind" ...
Deleting cluster "kind" ...
Deleted nodes: ["kind-control-plane"]
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
25번째 줄: 26번째 줄:
* [[kind delete]]
* [[kind delete]]
* [[kind get clusters]]
* [[kind get clusters]]
* [[kind delete cluster]]
* [[kind create cluster]]
* [[kind get nodes]]
}}
}}


[[분류: kind]]
[[분류: kind]]

2024년 4월 26일 (금) 15:57 기준 최신판

1 개요[ | ]

kind delete cluster
root@tester:~# kind get clusters
kind
root@tester:~# kind delete cluster
Deleting cluster "kind" ...
Deleted nodes: ["kind-control-plane"]
root@tester:~# kind get clusters
No kind clusters found.
root@tester:~# kind get nodes
No kind nodes found for cluster "kind".

2 같이 보기[ | ]

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