Skip to content

Commit 2955360

Browse files
authored
Merge pull request #26500 from n0rad/patch-1
Update control-plane-flags.md to fix bind-address on scheduler
2 parents 044863c + c44f397 commit 2955360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ kind: ClusterConfiguration
7878
kubernetesVersion: v1.16.0
7979
scheduler:
8080
extraArgs:
81-
address: 0.0.0.0
81+
bind-address: 0.0.0.0
8282
config: /home/johndoe/schedconfig.yaml
8383
kubeconfig: /home/johndoe/kubeconfig.yaml
8484
```

0 commit comments

Comments
 (0)