Skip to content

Commit c72828a

Browse files
committed
fix bind-address on scheduler
1 parent 5fac89a commit c72828a

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)