kubernetes/pkg/scheduler
utam0k c0611b6bb3
Return Skip in InterPodAffinity#PreScore under specific conditions
This commit updates the InterPodAffinity PreScore to return a Skip status when the following conditions are met:
1. There are no nodes to score.
2. The incoming pod has no inter-pod affinities && the `IgnorePreferredTermsOfExistingPods` option is enabled.

Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-05-10 13:02:23 +00:00
..
apis/config scheduler: remove deprecated v1beta2 KubeSchedulerConfiguration 2023-05-03 21:43:19 +08:00
framework Return Skip in InterPodAffinity#PreScore under specific conditions 2023-05-10 13:02:23 +00:00
internal Merge pull request #117194 from sanposhiho/revert-preenqueue 2023-04-13 16:00:50 -07:00
metrics Remove old metric scheduler_goroutines 2023-05-03 00:35:38 +08:00
profile Fix scheduler misc 2022-09-04 00:07:49 +08:00
testing scheduler: remove deprecated v1beta2 KubeSchedulerConfiguration 2023-05-03 21:43:19 +08:00
util enhancemanet: reduce calculation calls 2023-04-18 22:27:35 +08:00
eventhandlers_test.go Revert "Enable paralellism in scheduler unit tests" 2022-09-23 12:00:14 -04:00
eventhandlers.go api: resource.k8s.io PodScheduling -> PodSchedulingContext 2023-03-14 10:18:08 +01:00
extender_test.go Use the generic Set in scheduler 2023-04-09 11:34:17 +05:30
extender.go Use the generic Set in scheduler 2023-04-09 11:34:17 +05:30
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
schedule_one_test.go Use the generic Set in scheduler 2023-04-09 11:34:17 +05:30
schedule_one.go Remove old metric scheduler_goroutines 2023-05-03 00:35:38 +08:00
scheduler_test.go Use the generic Set in scheduler 2023-04-09 11:34:17 +05:30
scheduler.go Delete duplicate code in schedule.go 2023-04-12 15:38:05 +08:00