mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
bug: fix missing cilium_enable_bgp_control_plane config (#12432)
Co-authored-by: XuhuiSun95 <ericsun1995@gmail.com>
This commit is contained in:
committed by
GitHub
parent
86fcc2ba59
commit
f815c80139
@@ -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