Browse Source
Merge pull request #2555 from chenhonggc/redundancy
remove redundancy code
pull/2556/head
RongZhang
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
roles/kubernetes/node/templates/manifests/kube-proxy.manifest.j2
|
@ -48,7 +48,6 @@ spec: |
|
|
{% elif kube_proxy_mode == 'ipvs' %} |
|
|
{% elif kube_proxy_mode == 'ipvs' %} |
|
|
- --masquerade-all |
|
|
- --masquerade-all |
|
|
- --feature-gates=SupportIPVSProxyMode=true |
|
|
- --feature-gates=SupportIPVSProxyMode=true |
|
|
- --proxy-mode=ipvs |
|
|
|
|
|
- --ipvs-min-sync-period=5s |
|
|
- --ipvs-min-sync-period=5s |
|
|
- --ipvs-sync-period=5s |
|
|
- --ipvs-sync-period=5s |
|
|
- --ipvs-scheduler=rr |
|
|
- --ipvs-scheduler=rr |
|
|