Add eBPF dataplane option

This commit is contained in:
Ethan Shold
2024-01-19 09:58:46 -06:00
parent 18044d23a4
commit f3b88a7ea4
3 changed files with 14 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ spec:
nodeSelector: {{ calico_nodeSelector if calico_nodeSelector is defined else 'all()' }}
nodeAddressAutodetectionV4:
interface: {{ container_iface if container_iface is defined else 'eth0' }}
linuxDataplane: {{ 'BPF' if calico_ebpf else 'Iptables' }}
---