From 9abb3160061c95a516ecc855518f1102225fdd87 Mon Sep 17 00:00:00 2001 From: Lion-Wei Date: Fri, 5 Jan 2018 11:42:39 +0800 Subject: [PATCH] fix ipvs proxy mode kubeadm usage --- pkg/proxy/ipvs/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg/proxy/ipvs/README.md b/pkg/proxy/ipvs/README.md index 52297b7c90..6a89697772 100644 --- a/pkg/proxy/ipvs/README.md +++ b/pkg/proxy/ipvs/README.md @@ -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