kubernetes/pkg/scheduler/framework/plugins/noderesources
Gunju Kim 7286d122fb
Mark pods with restartable init containers as UnschedulableAndUnresolvable
This marks the pods with restartable init containers as
`UnschedulableAndUnresolvable` if the feature gate is disabled to avoid
the inconsistency in resource calculation between the scheduler and the
older kubelet.
2023-07-08 07:26:13 +09:00
..
balanced_allocation_test.go kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
balanced_allocation.go Migrated pkg/scheduler/framework/plugins/noderesources to contextual logging 2023-04-27 14:46:13 +08:00
fit_test.go Mark pods with restartable init containers as UnschedulableAndUnresolvable 2023-07-08 07:26:13 +09:00
fit.go Mark pods with restartable init containers as UnschedulableAndUnresolvable 2023-07-08 07:26:13 +09:00
least_allocated_test.go kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
least_allocated.go Remove unnecessary int64 type conversion 2023-03-12 09:50:09 +08:00
most_allocated_test.go kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
most_allocated.go Improve performance of NodeResourcesFit scoring 2022-12-21 23:23:47 +08:00
requested_to_capacity_ratio_test.go kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
requested_to_capacity_ratio.go Improve performance of NodeResourcesFit scoring 2022-12-21 23:23:47 +08:00
resource_allocation_test.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
resource_allocation.go cleanup useless null pointer check about nodeInfo.Node() from snapshot for in-tree plugins 2023-05-20 22:53:43 +08:00
test_util.go chore(scheduler): cleanup some minor issues in testing 2022-11-03 09:07:28 +08:00