-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Allows to preload a docker image on the k3s node agents #92
Comments
One idea I've had is currently we have the directory |
This would be a real cool feature, and would totally solve the feature request! For the reference, as I'm trying to replace kind by k3s, this is a feature provided by kind: https://kind.sigs.k8s.io/docs/design/node-image/#design (tar files present in Thanks for the quick feedback |
Hi, That sounds cool ! Please note : With docker I know how to pull / save / load images, hower here with crictl I was only able to find pull command... not load. (seems an additional tool is needed : sudo ctr cri load pause.tar found here ) Thanks for your help ! |
I'm using k3s for some development work where I'm often building images locally with |
Is your feature request related to a problem? Please describe.
As a k3s end-user (with the docker-compose solution)
When I start a k3s cluster to test my application
Then I would want to be able to push the docker image of my application to each k3s's agent node,
that I've already built locally, and that I don't want to push to a remote registry for latency reasons.
Describe the solution you'd like
A k3s command to push an image from a tar file, and/or from a containerd/docker instance where k3s is running.
Describe alternatives you've considered
docker:dind
image, with docker, so I can preload my imagesAdditional context
Thanks for this great piece of software!
The text was updated successfully, but these errors were encountered: