Enabling bgp in cilium.

This commit is contained in:
Joseph Hanson 2024-01-12 13:34:38 -06:00
parent 81d5c96282
commit f873777e84

View file

@ -53,3 +53,10 @@ spec:
k8sServiceHost: ${K8S_SERVICE_ENDPOINT} k8sServiceHost: ${K8S_SERVICE_ENDPOINT}
k8sServicePort: 6443 k8sServicePort: 6443
rollOutCiliumPods: true rollOutCiliumPods: true
bgp:
enabled: false
announce:
loadbalancerIP: true
podCIDR: false
bgpControlPlane:
enabled: true