afbjorklund / buildroot4kubernetes

Minimal linux distribution for running kubernetes ("boot2kubeadm")
https://kutter-os.github.io
23 stars 5 forks source link

Consider adding CRI and CNI #3

Closed afbjorklund closed 4 years ago

afbjorklund commented 4 years ago

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.

afbjorklund commented 4 years ago

Fixed in e48d182 2c90a12 and 965dd0a