blackducksoftware / perceivers

Kubernetes and openshift image discovery for OpsSight
Apache License 2.0
4 stars 7 forks source link

Unable to get image : needs log statement. #32

Closed jayunit100 closed 6 years ago

jayunit100 commented 6 years ago

We see rare instances of 'unable to get image' in perceivers. Presumealby this happens if an image is deleted after perceiver is told it needs to be annotated.

screen shot 2018-03-21 at 9 35 53 am

Lets log those image names (better yet if multiple maybe consider aggregating them into a set over time and reporting so users can see how many unannotatablbe images are in the system)

rrati commented 6 years ago

This is likely because there is no differentiation between openshift images and external images. For openshift, a not found image is likely an external image and not one openshift knows about. Looks more like a problem with the metrics than an actual problem.