mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-05 01:59:30 -02:30
🐛 fix missing cilium_enable_bgp_control_plane config (#12430)
This commit is contained in:
@@ -18,6 +18,9 @@ ipv6:
|
|||||||
l2announcements:
|
l2announcements:
|
||||||
enabled: {{ cilium_l2announcements | to_json }}
|
enabled: {{ cilium_l2announcements | to_json }}
|
||||||
|
|
||||||
|
bgpControlPlane:
|
||||||
|
enabled: {{ cilium_enable_bgp_control_plane | to_json }}
|
||||||
|
|
||||||
healthPort: {{ cilium_agent_health_port }}
|
healthPort: {{ cilium_agent_health_port }}
|
||||||
|
|
||||||
identityAllocationMode: {{ cilium_identity_allocation_mode }}
|
identityAllocationMode: {{ cilium_identity_allocation_mode }}
|
||||||
|
|||||||
Reference in New Issue
Block a user