Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Add kube-scheduler properties in manifest
Browse files Browse the repository at this point in the history
- After making the change to allow passthrough values in the
kube-scheduler, we now need to specify default configurations in the
manifest

[#160896710]

Signed-off-by: Urvashi Reddy <[email protected]>
  • Loading branch information
tvs authored and Urvashi Reddy committed Nov 5, 2018
1 parent 2a98467 commit e8b787f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/cfcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ instance_groups:
api-token: ((kube-scheduler-password))
tls:
kubernetes: ((tls-kubernetes))
kube-scheduler-configuration:
apiVersion: componentconfig/v1alpha1
kind: KubeSchedulerConfiguration
clientConnection:
kubeconfig: /var/vcap/jobs/kube-scheduler/config/kubeconfig
disablePreemption: false
release: kubo
- name: kubernetes-roles
properties:
Expand Down

0 comments on commit e8b787f

Please sign in to comment.