load: kind load docker-image ..
is non-functional for provider podman
#2729
Labels
kind/bug
Categorizes issue or PR as related to a bug.
As of now kind hardcodes looking and loading images from docker
as a result kind load docker-image : does not works well when
Provider is configured as podman instead of docker.
Following PR makes sure that kind supports loading images irrespective of
the providers configured and works for both podman and docker
What happened:
kind load docker-image <image-name>:<image-tag>
is not functional when provider is configured aspodman
.What you expected to happen:
To get image uploaded into control-plane
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
I think this can be fixed by: #2728
The text was updated successfully, but these errors were encountered: