afbjorklund / buildroot4kubernetes

Minimal linux distribution for running kubernetes ("boot2kubeadm")

Home Page:https://kutter-os.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding CRI and CNI

afbjorklund opened this issue · comments

At least crictl and /etc/cni/net.d with /opt/cni.

https://github.com/kubernetes-sigs/cri-tools
https://github.com/containernetworking/plugins

Flannel (vxlan) should still be adequate for this purpose.
The upstream default is Calico, which would also work.