rancher / kim

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

Support/document kind clusters #49

Closed howardjohn closed 3 years ago

howardjohn commented 3 years ago

I tried this out on https://kind.sigs.k8s.io/.

I had to pass --containerd-socket=/run/containerd/containerd.sock on install. I then had to modified to mount /var/lib/containerd on the Daemonset. Once I did that, things worked great.

dweomer commented 3 years ago

@howardjohn I've got this working via #55 with some node inspection to detect what kind of containerd we are running against and adjust the socket and storage parent/path mount locations.