Merge pull request #27378 from Arhell/fix-bind

[ja] fix bind-address on scheduler
This commit is contained in:
Kubernetes Prow Robot
2021-04-07 00:43:53 -07:00
committed by GitHub
@@ -75,7 +75,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
```