GoogleContainerTools / GoogleContainerTools/skaffold
image load into kind is not working when image is built with podman
Open
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
Because the image loader is using `kind load docker-image` which is infected by https://github.com/kubernetes-sigs/kind/issues/2038 the image loading doesn't work when kind is started with podman. The builder can easily be utilised to use podman by setting `DOCKER_HOST` to a podman socket like described in https://github.com/GoogleContainerTools/skaffold/issues/8430#issuecomment-1612221929.
This can be fixed by using the concept described in https://github.com/kubernetes-sigs/kind/issues/2038#issuecomment-2889329040.
Contributor guide
Assessment
This issue has not been assessed yet.