Unverified Commit 24323e2e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #62513 from gyliu513/ipvs-beta

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Do not need to set SupportIPVSProxyMode after 1.10. **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` `SupportIPVSProxyMode` is `true` by default since 1.10, there is no need to set it explicitly any more. /area ipvs /cc @m1093782566
parents 8bc2fb02 9cba55da
...@@ -285,7 +285,6 @@ apiVersion: kubeadm.k8s.io/v1alpha1 ...@@ -285,7 +285,6 @@ apiVersion: kubeadm.k8s.io/v1alpha1
... ...
kubeProxy: kubeProxy:
config: config:
featureGates: SupportIPVSProxyMode=true
mode: ipvs mode: ipvs
... ...
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment