"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'>

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