Skip to content

Commit

Permalink
fix example for customizing the control plane with scheduler flags
Browse files Browse the repository at this point in the history
Signed-off-by: wangyysde <net_use@bzhy.com>
  • Loading branch information
wangyysde committed May 11, 2021
1 parent dbb559e commit c7ed3bc
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@ kind: ClusterConfiguration
kubernetesVersion: v1.16.0
scheduler:
extraArgs:
bind-address: 0.0.0.0
config: /home/johndoe/schedconfig.yaml
kubeconfig: /home/johndoe/kubeconfig.yaml
config: /etc/kubernetes/scheduler-config.yaml
extraVolumes:
- name: schedulerconfig
hostPath: /home/johndoe/schedconfig.yaml
mountPath: /etc/kubernetes/scheduler-config.yaml
readOnly: true
pathType: "File"
```

0 comments on commit c7ed3bc

Please sign in to comment.