From 9cba55dac10ac2d88f54f7ea0dbde028bc598ea0 Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Fri, 13 Apr 2018 11:07:29 +0800 Subject: [PATCH] SupportIPVSProxyMode is true by default. --- pkg/proxy/ipvs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/proxy/ipvs/README.md b/pkg/proxy/ipvs/README.md index cd6fc1153b..c5f3b111fc 100644 --- a/pkg/proxy/ipvs/README.md +++ b/pkg/proxy/ipvs/README.md @@ -285,7 +285,6 @@ apiVersion: kubeadm.k8s.io/v1alpha1 ... kubeProxy: config: - featureGates: SupportIPVSProxyMode=true mode: ipvs ... ```