kubernetes/pkg/scheduler/framework/plugins/imagelocality
Dave Chen 42fbb1d72f Define the thresholds per the size of container images
Given the assumption that 90% of images on dockerhub drops into this range (23~1000)MB,
this assumption is based on the container images instead of the pod.

pod might hold multiple container images, it's better to multiply the assumption by the size
of container images.

Signed-off-by: Dave Chen <dave.chen@arm.com>
2020-05-30 20:57:50 +08:00
..
BUILD Scheduler: remove direct import to /pkg/util/parsers 2020-04-26 23:41:52 +08:00
image_locality.go Define the thresholds per the size of container images 2020-05-30 20:57:50 +08:00
image_locality_test.go Define the thresholds per the size of container images 2020-05-30 20:57:50 +08:00