enix / kube-image-keeper

kuik is a container image caching system for Kubernetes
MIT License
460 stars 36 forks source link

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

Open aDisplayName opened 3 months ago

aDisplayName commented 3 months 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 months ago

I have prepared a PR for review.

400