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

(새 문서: ==개요== ;<nowiki>ERROR: failed to create cluster: failed to pull image</nowiki> <syntaxhighlight lang='console'> # kind create cluster Creating cluster "kind" ... ✗ Ensuring no...)
 
8번째 줄: 8번째 줄:
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
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)
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)
</syntaxhighlight>
<syntaxhighlight lang='console'>
# 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)
</syntaxhighlight>
</syntaxhighlight>



2024년 4월 26일 (금) 15:32 판

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 같이 보기

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