Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 684f85e

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#57868 from Lion-Wei/ipvs-5
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>. fix ipvs proxy mode kubeadm usage **What this PR does / why we need it**: Fix ipvs proxy mode usage of kubeadm in ipvs README file. **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 # **Release note**: ```release-note NONE ```
2 parents ed04e55 + 9abb316 commit 684f85e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkg/proxy/ipvs/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ Then the configuration file is similar to:
3939
kind: MasterConfiguration
4040
apiVersion: kubeadm.k8s.io/v1alpha1
4141
...
42-
featureGates:
43-
SupportIPVSProxyMode: true
44-
mode: ipvs
42+
kubeProxy:
43+
config:
44+
featureGates: SupportIPVSProxyMode=true
45+
mode: ipvs
46+
...
4547
```
4648

4749
## Debug

0 commit comments

Comments
 (0)