mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-08-19 20:46:26 +00:00
- Wait for deployment/metrics-server to be Available before running e2e tests in run-e2e-tests.sh. - Replace infinite context cancellation polling with a 60s timeout in e2e_lownodeutilization_test.go to prevent 40m CI hangs. - Set Thresholds.CPU to 20% and TargetThresholds.CPU to 40% for reliable single-pass overutilization detection. - Add IsAlreadyExists and t.Cleanup handling for descheduler policy ConfigMap lifecycle. Signed-off-by: Amir Alavi <amiralavi7@gmail.com>