ErrImagePull after k3d image import using latest tag #925
-
What did you do
What did you expect to happenImage is found and pod started. Which OS & Architecturedarwin/amd64 Which version of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The above does not happen when using a tag other than
|
Beta Was this translation helpful? Give feedback.
-
Hi @tekumara , thanks for opening this issue! UPDATE: Actually, it seems like it's expected that |
Beta Was this translation helpful? Give feedback.
Hi @tekumara , thanks for opening this issue!
This is actually pretty interesting and I can confirm your experience there.
Now this doesn't seem to be an issue on k3d's side though, as everything it does works exactly as expected 🤔
UPDATE: Actually, it seems like it's expected that
imagePullPolicy
isAlways
iflatest
tag is specified and you didn't manually set a different policy: see https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting