mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-10 10:57:37 -02:30
[kube-router] Add option to disable bgp-graceful-restart (10488) (#10489)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user