Merge pull request #27362 from Arhell/fixes

fix bind-address on scheduler
pull/27371/head
Kubernetes Prow Robot 2021-03-31 22:23:21 -07:00 committed by GitHub
commit 19b961a89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ metadata:
name: 1.13-sample
scheduler:
extraArgs:
address: 0.0.0.0
bind-address: 0.0.0.0
config: /home/johndoe/schedconfig.yaml
kubeconfig: /home/johndoe/kubeconfig.yaml
```