fix example for customizing the control plane with scheduler flags
Signed-off-by: wangyysde <net_use@bzhy.com>
This commit is contained in:
@@ -78,9 +78,13 @@ kind: ClusterConfiguration
|
|||||||
kubernetesVersion: v1.16.0
|
kubernetesVersion: v1.16.0
|
||||||
scheduler:
|
scheduler:
|
||||||
extraArgs:
|
extraArgs:
|
||||||
bind-address: 0.0.0.0
|
config: /etc/kubernetes/scheduler-config.yaml
|
||||||
config: /home/johndoe/schedconfig.yaml
|
extraVolumes:
|
||||||
kubeconfig: /home/johndoe/kubeconfig.yaml
|
- name: schedulerconfig
|
||||||
|
hostPath: /home/johndoe/schedconfig.yaml
|
||||||
|
mountPath: /etc/kubernetes/scheduler-config.yaml
|
||||||
|
readOnly: true
|
||||||
|
pathType: "File"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user