mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 01:40:13 +00:00
Merge pull request #74062 from trungnvfet/fix_json_format
Fix an issue of yaml and json format
This commit is contained in:
commit
c90bf8d8ea
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user