libopenstorage/stork

Instruction on how to update the default kube scheduler

brokenmass opened this issue · 3 comments

Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST

What happened:
readme states You can either update the default kube scheduler to use stork or start a new scheduler instance which can use stork.

What you expected to happen:
Would like to have more information about the required changes

@brokenmass Please review the PR and let me know if those instructions look good.

looks good. just one more question. I think it's also required to change the system:kube-scheduler clusterrole and add to the rules

- apiGroups: ['']
  resources: ['configmaps']
  verbs: ['get']

Added the permissions to the instructions