https://rancher.com/ logo
Title
l

loud-greece-30395

12/29/2022, 7:10 AM
Hi guys, I installed a image through the following command: % nerdctl load < test.tar when I tried to create a pod using the following command: % kubectl apply -f test.yaml it showed ErrImageNeverPull $ kubectl get pods NAME READY STATUS RESTARTS AGE test-5d5754558d-rhxgc 0/1 ErrImageNeverPull 0 4s but I do have this image on nerdctl images. any ideas?
b

bitter-hairdresser-7812

12/29/2022, 10:19 PM
nerdctl -n <http://k8s.io|k8s.io>
using the namespace is what I had to do. See my example here https://itnext.io/containerize-a-basic-html-css-js-app-with-nerdctl-rancher-desktop-817981ede2a4