Skip to content

Commit e6e597b

Browse files
authored
Merge pull request #27378 from Arhell/fix-bind
[ja] fix bind-address on scheduler
2 parents fc54559 + 89277ad commit e6e597b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ kind: ClusterConfiguration
7575
kubernetesVersion: v1.16.0
7676
scheduler:
7777
extraArgs:
78-
address: 0.0.0.0
78+
bind-address: 0.0.0.0
7979
config: /home/johndoe/schedconfig.yaml
8080
kubeconfig: /home/johndoe/kubeconfig.yaml
8181
```

0 commit comments

Comments
 (0)