Open sumeshpremraj opened 1 year ago
Same issue in windows.
PS C:> k3d version k3d version v5.6.0 k3s version v1.27.4-k3s1 (default)
If I do docker pull before the cluster creation, it works.
Just encountered this issue as well on MacOS Sonoma
I assume there's something specific to the keychains / credential stores on those hosts. Unfortunately I cannot reproduce this on any machine or VM I have, so it's fairly difficult to debug. The fact that the error is coming from the docker Daemon itself is a little concerning.
For everyone that's still experiencing this issue - it may be interesting to know your k3d version
s and your docker info
s to see if there's an issue between specific versions of k3d and docker.
is there any solution found for this ?
any update?
Can anyone provide any debug information or anything I asked for here?
What did you do
Tried to create a cluster with 1 server and 2 agents.
k3d cluster create my-cluster --servers 1 --agents 2 --port 9080:80@loadbalancer --port 9443:443@loadbalancer --api-port 6443 --k3s-arg "--disable=traefik@server:*"
It fails with a
docker failed to pull the image 'docker.io/rancher/k3s:v1.25.7-k3s1': Error response from daemon: Please run 'docker login'
error, even though I had previously donedocker login
.If I run a
docker pull 'docker.io/rancher/k3s:v1.25.7-k3s1'
before the cluster creation, it works.Screenshots or terminal output
Which OS & Architecture
macOS Ventura 13.5
Which version of
k3d
Which version of docker