vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Optimizing image pulls in image manager #571

Closed neosab closed 6 years ago

neosab commented 6 years ago

Current Behavior

This is not needed and causes a surge of activity that hogs cpu/mem/network whenever you kill an image-manager pod and a new one is started.

New Behavior

TODO Prune images/base-images from docker host based on some cache eviction strategy. This will ensure that we don't eventually pull all images/base-images on the docker host.