More explicit instructions

This commit is contained in:
Steven Polley 2024-02-25 16:05:42 -07:00
parent c2c82b45f7
commit 5b07a8246e
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 02 | CNI Cilium
Only install one CNI. Cilium brings network policy capabilities and uses eBPF technology to provide increased performance.
Only install one CNI, do not install Flannel if using Cilium. Cilium brings network policy capabilities and uses eBPF technology to provide increased performance.
Reference: https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/

View File

@ -1,5 +1,7 @@
# 02 | CNI = Flannel
### It is not recommended to use flannel, and instead should use 02-cni-cilium. Do not install both flannel and cilium.
[https://github.com/flannel-io/flannel](https://github.com/flannel-io/flannel)
Flannel provides the pod to pod networking, using [VXLAN](https://en.wikipedia.org/wiki/Virtual_Extensible_LAN).