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