-
Notifications
You must be signed in to change notification settings - Fork 401
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
Support loading images into K3s #588
Labels
Comments
imjasonh
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Feb 9, 2022
This issue is stale because it has been open for 90 days with no |
I still think this is worth doing, and #665 seems pretty close to being ready. Keeping this open in the meantime. |
rdctl is released now, let me check if I can hook it to e2e cases. Thanks for keeping it open
…On 20 Jul 2022, 6:38 PM +0530, Jason Hall ***@***.***>, wrote:
I still think this is worth doing, and #665 seems pretty close to being ready. Keeping this open in the meantime.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Similar to how we load images into KinD with
KO_DOCKER_REPO=kind.local
, we should support loading images into Rancher Desktop / k3s, which uses containerd.https://cwienczek.com/2020/06/import-images-to-k3s-without-docker-registry/ indicates that you can run:
The Slack user
Romāns Potašovs
who originally asked about this feature says you can also:In which case, this should be fairly straightforward, either by piping that output into an
exec.Command
, or by figuring out what library we'd need to import to accomplish the same thing. Shelling out might be better for our dependency graph (same for KinD, honestly).This needs more investigation. If you have experience with k3s, and are interested in helping here, let me know.
The text was updated successfully, but these errors were encountered: