kube-router: update settings from upstream
Incorporated kube-route settings from https://github.com/Nordix/xcluster/blob/master/ovl/kube-router-ipv6/ipv6/etc/systemd/bin/kube-node
This commit is contained in:
parent
c8fe9a8612
commit
beb8f95b91
1 changed files with 8 additions and 2 deletions
|
@ -47,8 +47,14 @@ spec:
|
|||
args:
|
||||
- "--enable-cni=true"
|
||||
- "--run-router=true"
|
||||
- "--run-firewall=true"
|
||||
- "--run-service-proxy=true"
|
||||
- "--run-firewall=false"
|
||||
- "--run-overlay=false"
|
||||
- "--run-service-proxy=false"
|
||||
- "--advertise-pod-cidr=false"
|
||||
- "--advertise-external-ip=false"
|
||||
- "--advertise-loadbalancer-ip=false"
|
||||
- "--advertise-cluster-ip=false"
|
||||
- "--route-sync-period=10s"
|
||||
- "--bgp-graceful-restart=true"
|
||||
- "--kubeconfig=/var/lib/kube-router/kubeconfig/kubeconfig"
|
||||
securityContext:
|
||||
|
|
Loading…
Reference in a new issue