"ERROR: failed to create cluster: failed to pull image"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
12번째 줄: 12번째 줄:
# docker pull kindest/node:v1.29.2
# docker pull kindest/node:v1.29.2
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
</syntaxhighlight>
==조치 방법==
* [[docker 프록시 설정]]
{{소스헤더|조치 후}}
<syntaxhighlight lang='console'>
# kind create cluster
Creating cluster "kind" ...
✓ Ensuring node image (kindest/node:v1.29.2) 🖼
✓ Preparing nodes 📦 
✓ Writing configuration 📜
✓ Starting control-plane 🕹️
✓ Installing CNI 🔌
✓ Installing StorageClass 💾
Set kubectl context to "kind-kind"
You can now use your cluster with:
kubectl cluster-info --context kind-kind
Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community 🙂
</syntaxhighlight>
<syntaxhighlight lang='console'>
# kind get clusters
kind
</syntaxhighlight>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[kind create cluster]]
* [[kind create cluster]]
* [[docker 프록시 설정]]
* [[ERROR: failed to create cluster]]
* [[ERROR: failed to create cluster]]
* [[Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection]]


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

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

1 개요[ | ]

ERROR: failed to create cluster: failed to pull image
# kind create cluster
Creating cluster "kind" ...
 ✗ Ensuring node image (kindest/node:v1.29.2) 🖼 
ERROR: failed to create cluster: failed to pull image "kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245": command "docker pull kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245" failed with error: exit status 1
Command Output: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
# docker pull kindest/node:v1.29.2
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

2 조치 방법[ | ]

조치 후
# kind create cluster
Creating cluster "kind" ...
 ✓ Ensuring node image (kindest/node:v1.29.2) 🖼 
 ✓ Preparing nodes 📦  
 ✓ Writing configuration 📜 
 ✓ Starting control-plane 🕹️ 
 ✓ Installing CNI 🔌 
 ✓ Installing StorageClass 💾 
Set kubectl context to "kind-kind"
You can now use your cluster with:

kubectl cluster-info --context kind-kind

Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community 🙂
# kind get clusters
kind

3 같이 보기[ | ]

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