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

4번째 줄: 4번째 줄:


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
root@tester:~# kind create cluster
ERROR: failed to create cluster: node(s) already exist for a cluster with the name "kind"
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
root@tester:~# kind create cluster
root@tester:~# kind create cluster
ERROR: failed to create cluster: node(s) already exist for a cluster with the name "kind"
Creating cluster "kind" ...
✓ Ensuring node image (kindest/node:v1.21.1) 🖼
✓ Preparing nodes 📦
✓ Writing configuration 📜
✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
...
</syntaxhighlight>
</syntaxhighlight>



2021년 12월 14일 (화) 18:25 판

1 개요

kind create cluster
root@tester:~# kind create cluster
ERROR: failed to create cluster: node(s) already exist for a cluster with the name "kind"
root@tester:~# kind create cluster
Creating cluster "kind" ...
 ✓ Ensuring node image (kindest/node:v1.21.1) 🖼
 ✓ Preparing nodes 📦
 ✓ Writing configuration 📜
 ✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
...

2 같이 보기

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