GoogleContainerTools / GoogleContainerTools/skaffold

image load into kind is not working when image is built with podman

Open
#9,901 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.