diff --git a/pkg/proxy/ipvs/README.md b/pkg/proxy/ipvs/README.md index 52297b7c90b..6a89697772f 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