mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
🐛 fix missing cilium_enable_bgp_control_plane config (#12430)
This commit is contained in:
@@ -18,6 +18,9 @@ ipv6:
|
||||
l2announcements:
|
||||
enabled: {{ cilium_l2announcements | to_json }}
|
||||
|
||||
bgpControlPlane:
|
||||
enabled: {{ cilium_enable_bgp_control_plane | to_json }}
|
||||
|
||||
healthPort: {{ cilium_agent_health_port }}
|
||||
|
||||
identityAllocationMode: {{ cilium_identity_allocation_mode }}
|
||||
|
||||
Reference in New Issue
Block a user