Skip to content

Commit

Permalink
Merge pull request kubernetes#27900 from wangyysde/fix-27816
Browse files Browse the repository at this point in the history
fix example for customizing the control plane with scheduler flags
  • Loading branch information
k8s-ci-robot authored May 11, 2021
2 parents e751578 + c7ed3bc commit 36f5cd1
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 36f5cd1

Please sign in to comment.