Skip to content

Commit c44f397

Browse files
authored
Update control-plane-flags.md
1 parent fdcda62 commit c44f397

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)