enix / kube-image-keeper

kuik is a container image caching system for Kubernetes
MIT License
440 stars 31 forks source link

Feature request: Provide image pull progress in CachedImage CRD #401

Open aDisplayName opened 3 weeks ago

aDisplayName commented 3 weeks ago

Hi,

We would like to monitor the progress of CachedImage pulling progress so that we can provide those information to the end user in our system.

Our system is deployed in the edge, and the estimated time left for pulling all image are very useful when local edge network speed are not optimal.

aDisplayName commented 3 weeks ago

I have prepared a PR for review.

400