From d5d7db476d044c7489c120e20f07b1283a81310d Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Thu, 14 Feb 2019 14:18:14 +0700 Subject: [PATCH] fix an issue of yaml and json format Signed-off-by: Nguyen Van Trung --- pkg/proxy/ipvs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/ipvs/README.md b/pkg/proxy/ipvs/README.md index e9a199ed21..7395a6c990 100644 --- a/pkg/proxy/ipvs/README.md +++ b/pkg/proxy/ipvs/README.md @@ -336,7 +336,7 @@ export KUBE_PROXY_MODE=ipvs If you are using kubeadm with a [configuration file](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file), you have to add `mode: ipvs` and also add `SupportIPVSProxyMode: true` below the `kubeProxy` field as part of the kubeadm configuration. -```json +```yaml ... kubeProxy: config: