Skip to content

Commit 714fed8

Browse files
authored
Merge pull request #27337 from Arhell/update
[zh] update control-plane-flags.md to fix bind-address on scheduler
2 parents 0db8765 + f219e4e commit 714fed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ kind: ClusterConfiguration
130130
kubernetesVersion: v1.16.0
131131
scheduler:
132132
extraArgs:
133-
address: 0.0.0.0
133+
bind-address: 0.0.0.0
134134
config: /home/johndoe/schedconfig.yaml
135135
kubeconfig: /home/johndoe/kubeconfig.yaml
136136
```

0 commit comments

Comments
 (0)