rancher / kim

In ur kubernetes, buildin ur imagez
Apache License 2.0
326 stars 19 forks source link

support kind clusters #55

Closed dweomer closed 3 years ago

dweomer commented 3 years ago

Before setting the node role assert that it is running a supported container runtime, a.k.a "containerd", and auto-detect reasonable defaults for the container socket and storage host path (parent).

Added k3s builder install --containerd-volume flag to support kind and non-standard containerd installations.

Removed k3s builder install --buildkit-namespace flag (because it is not something you can set on buildkitd).

Fixes #49

Signed-off-by: Jacob Blain Christen jacob@rancher.com