techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

Adding support for Calico CNI #114

Closed Jno21 closed 2 years ago

Jno21 commented 2 years ago

Adding support for Calico CNI

I think it could be interesting to propose an alternative CNI to flannel, like Calico. What do you think guys ?

I did a PoC already and the implementation is not really hard.

timothystewart6 commented 2 years ago

Hey! While this does sound nice, however I think we're going to stick with what ships with k3s (flannel). Disabling this and installing a custom CNI is still supported just as it is with k3s!