mirror of https://github.com/k3s-io/k3s
fix an issue of yaml and json format
Signed-off-by: Nguyen Van Trung <trungnv@vn.fujitsu.com>pull/564/head
parent
30c7df5cd8
commit
d5d7db476d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue