We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb559e commit c7ed3bcCopy full SHA for c7ed3bc
content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md
@@ -78,9 +78,13 @@ kind: ClusterConfiguration
78
kubernetesVersion: v1.16.0
79
scheduler:
80
extraArgs:
81
- bind-address: 0.0.0.0
82
- config: /home/johndoe/schedconfig.yaml
83
- kubeconfig: /home/johndoe/kubeconfig.yaml
+ config: /etc/kubernetes/scheduler-config.yaml
+ extraVolumes:
+ - name: schedulerconfig
84
+ hostPath: /home/johndoe/schedconfig.yaml
85
+ mountPath: /etc/kubernetes/scheduler-config.yaml
86
+ readOnly: true
87
+ pathType: "File"
88
```
89
90
0 commit comments