github k3d-io/k3d v1.3.0-dev.0
v1.3.0-dev.0 - test import-images feature

latest releases: v5.6.3, v5.6.2, v5.6.1...
pre-release4 years ago

This release is meant for testing the k3d import-images feature introduced by PR #83 .
It only works with rancher/k3s tag of v0.7.0-rc2 or later due to a hard requirement on ctr inside the k3s containers.

Test it with the attached binaries e.g. like this:

k3d import-images -n test0 nginx:local redis:local
or
k3d import-images -n test0 nginx:local,redis:local

Note: you need to create a cluster with the k3s image that includes ctr. E.g.

k3d create -a 6550 -n test0 -w 2 --image rancher/k3s:v0.7.0-rc2

Feedback welcome on PR #83 or issue #19

Don't miss a new k3d release

NewReleases is sending notifications on new releases.