Why if I am using Podman Desktop, and a kind cluster, images are not seen by the cluster when run kubectl apply pod creation fails, ImagePullBackOff

328 views Asked by At

podman version 4.6.2, Windows machine

when I create an image with the cli is not seen by kind instead images created via UI are? Pods creation fails with ErrImagePool, ImagePullBackOff.

Try to follow this https://iximiuz.com/en/posts/kubernetes-kind-load-docker-image/ , but it doesnt work, do I need to manually load the images via podman cli command or some "linking"?

https://iximiuz.com/en/posts/kubernetes-kind-load-docker-image/ not work and from UI (Podman Desktop) it works

0

There are 0 answers