Skip to content

Commit f219e4e

Browse files
committed
[zh] update control-plane-flags.md to fix bind-address on scheduler
1 parent 6bff481 commit f219e4e

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)