-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Include Digest and ImageID in /services response #914
Comments
It would be great to get |
I looked into this. It's not straight-forward to get this info from kubernetes -- controllers don't keep track of the digest (unless you specify one in the manifest), since they are just a template for the pods. Individual pods seem to have an image ID of some kind:
.. but there will usually be more than one pod that's attributable to a controller, and they may well have different images running (either because a rollout is in progress, or because for some reason the images at each host differ). |
Gotcha. If the new /images summary tells the UI what flux thinks the current image is that would be fine too. This issue should be described as the problem really: The UI would like to know: |
/images is returning
Digest
andImageId
which comes from the image repository, but we don't have the Digest/ImageId of the pods running in the cluster.The text was updated successfully, but these errors were encountered: