Skip to content

Commit 19b961a

Browse files
authored
Merge pull request #27362 from Arhell/fixes
fix bind-address on scheduler
2 parents 936e2c6 + c72828a commit 19b961a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ metadata:
8181
name: 1.13-sample
8282
scheduler:
8383
extraArgs:
84-
address: 0.0.0.0
84+
bind-address: 0.0.0.0
8585
config: /home/johndoe/schedconfig.yaml
8686
kubeconfig: /home/johndoe/kubeconfig.yaml
8787
```

0 commit comments

Comments
 (0)