Commit 9abb3160 authored by Lion-Wei's avatar Lion-Wei

fix ipvs proxy mode kubeadm usage

parent afbbd394
......@@ -39,9 +39,11 @@ Then the configuration file is similar to:
kind: MasterConfiguration
apiVersion: kubeadm.k8s.io/v1alpha1
...
featureGates:
SupportIPVSProxyMode: true
mode: ipvs
kubeProxy:
config:
featureGates: SupportIPVSProxyMode=true
mode: ipvs
...
```
## Debug
......
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