[kube-router] Add option to disable bgp-graceful-restart (10488) (#10489)

This commit is contained in:
Ross Kusler
2023-10-06 19:52:45 -07:00
committed by GitHub
parent bea5034ddf
commit acb86c23f9
3 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ kube_router_advertise_external_ip: false
# Add LoadBalancer IP of service status as set by the LB provider to the RIB so that it gets advertised to the BGP peers.
kube_router_advertise_loadbalancer_ip: false
# Enables BGP graceful restarts
kube_router_bgp_graceful_restart: true
# Adjust manifest of kube-router daemonset template with DSR needed changes
kube_router_enable_dsr: false