Skip to content

Create pod from local registry failed with ErrImageNeverPull #3688

Answered by JDTX0
tanyeun asked this question in Q&A
Discussion options

You must be logged in to vote

You'll need to load the image into the k8s.io namespace rather than the default if you want Kubernetes to be able to use them.

You can add this flag to your nerdctl load command: --namespace=k8s.io

After the image is loaded, check with nerdctl images --namespace=k8s.io, if it's there, then your deployment/pod should work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tanyeun
Comment options

Answer selected by tanyeun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants