kube-image-keeper icon indicating copy to clipboard operation
kube-image-keeper copied to clipboard

feat: Add cachedimage pulling progress status

Open aDisplayName opened this issue 5 months ago • 3 comments

Add following property in CachedImage CRD

  • spec.progress.available
  • spec.progress.total

Update the status.progress.available in CachedImage CRD every 5 seconds during the image pulling in cachedimage controller

This is to replace the PR #400 with all the clutters removed.

This is to implement the feature request #401

The CRD / API version is not changed here, still left as v1alpha1.

aDisplayName avatar Aug 27 '24 15:08 aDisplayName