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

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