wjiang 3d024a0213 fix typo for component 6 years ago
..
defaults 3d024a0213 fix typo for component 6 years ago
files 9a3f3c17e2 Implement descheduler cluster lifecycle role and playbook. 7 years ago
meta 9a3f3c17e2 Implement descheduler cluster lifecycle role and playbook. 7 years ago
tasks 56113876bd Update installation/uninstallation/upgrade of descheduler component. 7 years ago
templates 8e02233b0c Refactor various components to utilize oreg_url 6 years ago
OWNERS 1a656ce0b2 Add OWNERS files 7 years ago
README.md 56113876bd Update installation/uninstallation/upgrade of descheduler component. 7 years ago

README.md

Openshift descheduler

Install the descheduler

Role Variables

Check defaults/main.yml

Installing Descheduler

openshift_descheduler_install=true
ansible-playbook -i <inventory-file> playbooks/openshift-descheduler/config.yml

Uninstalling Descheduler

openshift_descheduler_install=false
ansible-playbook -i <inventory-file> playbooks/openshift-descheduler/config.yml

Notes

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

License

Apache License, Version 2.0

Author Information

Openshift