generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 481
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
What happened:
During static analysis, I've encountered piece of code that I think may lead to undesired behavior of LeastFreeCapacity algorithm when using podset groups. When using LeastFreeCapacity In sortedDomainsWithLeader function we don't sort ascending by the stateWithLeader field which I believe we should:
This need confirmation and then unit tests to ensure it wai.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Kubernetes version (use
kubectl version): - Kueue version (use
git describe --tags --dirty --always): - Cloud provider or hardware configuration:
- OS (e.g:
cat /etc/os-release): - Kernel (e.g.
uname -a): - Install tools:
- Others:
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.