Install the descheduler
Check defaults/main.yml
openshift_descheduler_install=true
ansible-playbook -i <inventory-file> playbooks/openshift-descheduler/config.yml
openshift_descheduler_install=false
ansible-playbook -i <inventory-file> playbooks/openshift-descheduler/config.yml
This is currently experimental software. This role allows users to install the descheduler and the necessary authorization pieces that allow the descheduler to function.
https://github.com/openshift/descheduler
Apache License, Version 2.0
Openshift