Unverified Commit c90bf8d8 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #74062 from trungnvfet/fix_json_format

Fix an issue of yaml and json format
parents 808f2cf0 d5d7db47
...@@ -336,7 +336,7 @@ export KUBE_PROXY_MODE=ipvs ...@@ -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. 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: kubeProxy:
config: config:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment