[zh] update control-plane-flags.md to fix bind-address on scheduler

This commit is contained in:
Arhell
2021-03-31 01:49:46 +03:00
parent 6bff481ebc
commit f219e4e61a
@@ -130,7 +130,7 @@ kind: ClusterConfiguration
kubernetesVersion: v1.16.0
scheduler:
extraArgs:
address: 0.0.0.0
bind-address: 0.0.0.0
config: /home/johndoe/schedconfig.yaml
kubeconfig: /home/johndoe/kubeconfig.yaml
```