fix ipvs proxy mode kubeadm usage

pull/6/head
Lion-Wei 2018-01-05 11:42:39 +08:00
parent afbbd394c1
commit 9abb316006
1 changed files with 5 additions and 3 deletions

View File

@ -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