Merge pull request #26500 from n0rad/patch-1

Update control-plane-flags.md to fix bind-address on scheduler
This commit is contained in:
Kubernetes Prow Robot
2021-02-14 16:29:05 -08:00
committed by GitHub
@@ -78,7 +78,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
```