Open
Description
Kind is a popular local development option. Unfortunately, the default configuration of kind
requires running kind load docker-image $IMAGENAME
.
It's hard to extract the built image names to kind load docker-image
. It would be nice to have something like a --kind
flag to do this step as long as Kind needs it. (The other option is to run a local registry, but this is harder than needed, especially with additional tools like pack
or ko
that may need flags about trusting the registry.)
Metadata
Assignees
Labels
Type
Projects
Status
To Triage