-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to use kbld
with kind
?
#203
Comments
Making sure we got this...
Did we get that right? |
An alternative thought... Not unlike the Buildkit for kubectl builder...
|
Looking into whether it's more supportable/useful to enhance |
this seems like a pretty reasonable extension to various builders that use docker build. question is how to best configure this... could be a flag, or could be some configuration on builders. |
Kind is a popular local development option. Unfortunately, the default configuration of
kind
requires runningkind 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 likepack
orko
that may need flags about trusting the registry.)The text was updated successfully, but these errors were encountered: