Browse Source
bug: fix missing cilium_enable_bgp_control_plane config (#12432)
Co-authored-by: XuhuiSun95 <ericsun1995@gmail.com>
pull/12462/head
k8s-infra-cherrypick-robot
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
roles/network_plugin/cilium/templates/values.yaml.j2
|
|
@ -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 }} |
|
|
|