This repository was archived by the owner on May 25, 2023. It is now read-only.
v0.4.1
v0.4.1
Notes:
- Added NodeOrder Plugin
- Added Conformance Plugin
- Removed namespaceAsQueue feature
- Supported Pod without PodGroup
- Added performance metrics for scheduling
Issues:
- #632 Set schedConf to defaultSchedulerConf if failing to readSchedulerConf (@hex108)
- #631 Add helm hook crd-install to fix helm install error (@hex108)
- #584 Replaced FIFO by workqueue. (@k82cn)
- #585 Removed invalid error log. (@k82cn)
- #594 Fixed Job.Clone issue. (@k82cn)
- #600 Fixed duplicated queue in preempt action. (@k82cn)
- #596 Set default PodGroup for Pods. (@k82cn)
- #587 Adding node priority (@thandayuthapani)
- #607 Fixed flaky test. (@k82cn)
- #610 Updated log level. (@k82cn)
- #609 Added conformance plugin. (@k82cn)
- #604 Moved default implementation from pkg. (@k82cn)
- #613 Removed namespaceAsQueue. (@k82cn)
- #615 Handled minAvailable task everytime. (@k82cn)
- #603 Added PriorityClass to PodGroup. (@k82cn)
- #618 Added JobPriority e2e. (@k82cn)
- #622 Update doc & deployment. (@k82cn)
- #626 Fix helm deployment (@thandayuthapani)
- #625 Rename PrioritizeFn to NodeOrderFn (@thandayuthapani)
- #592 Add performance metrics for scheduling (@Jeffwan)