kubernetes/pkg/scheduler
Patrick Ohly 1e26115df5 consider ephemeral volumes for host path and node limits check
When adding the ephemeral volume feature, the special case for
PersistentVolumeClaim volume sources in kubelet's host path and node
limits checks was overlooked. An ephemeral volume source is another
way of referencing a claim and has to be treated the same way.
2021-10-01 17:03:44 +02:00
..
apis/config sched: start dynamicInformerFactory along with regular informerFactory (#105016) 2021-09-16 19:33:00 -07:00
framework consider ephemeral volumes for host path and node limits check 2021-10-01 17:03:44 +02:00
internal Merge pull request #105125 from BinacsLee/binacs-fix-scheQ-caculate-overflow 2021-09-20 21:26:23 -07:00
metrics Merge pull request #103751 from y-tag/approx-float64 2021-09-09 08:22:11 -07:00
profile make runtime.NewFramework accept KubeSchedulerProfile 2021-03-05 18:30:21 +00:00
testing Fix couple of incorrect description 2021-09-08 10:08:23 +08:00
util Structured Logging migration:modify Scheduler part logs. 2021-08-29 20:17:08 +08:00
eventhandlers_test.go Add unit tests for scheduler's dynamic event handlers registration 2021-09-14 22:51:52 +08:00
eventhandlers.go Add unit tests for scheduler's dynamic event handlers registration 2021-09-14 22:51:52 +08:00
extender_test.go refactored extenders from scheduler/core to scheduler 2021-07-05 15:37:51 +08:00
extender.go refactored extenders from scheduler/core to scheduler 2021-07-05 15:37:51 +08:00
factory_test.go Migrate to k8s.io/utils/clock 2021-09-17 15:19:08 +02:00
factory.go refactored extenders from scheduler/core to scheduler 2021-07-05 15:37:51 +08:00
generic_scheduler_test.go sched: de-duplicate plugin registration logic by using FactoryAdapter 2021-09-20 10:12:34 -07:00
generic_scheduler.go Revert PR 103515 2021-09-08 13:23:30 -07:00
OWNERS delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
scheduler_test.go sched: de-duplicate plugin registration logic by using FactoryAdapter 2021-09-20 10:12:34 -07:00
scheduler.go sched: start dynamicInformerFactory along with regular informerFactory (#105016) 2021-09-16 19:33:00 -07:00