Access local docker images with k3s Access local docker images with k3s kubernetes kubernetes

Access local docker images with k3s


You can start k3s like this sudo k3s server --docker which will use host's Docker rather than containerd. This will make all local images available to k3s and if your ImagePullPolicy is IfNotPresent k3s will use it rather than trying to pull it.