Closed kiemlicz closed 1 year ago
Hey @kiemlicz,
The plugin supports only the following workloads: Deployment, StatefulSet, DaemonSet, CronJob, Job, ReplicaSet, and Pod. The plugin does not support CRDs currently. Initially, I tried to make this plugin read from all the resources (including CRDs), which introduced a lot of bugs. I will try to work on this again to fix it once and for all; if not, I will add support to Promethues Operator.
Hey @kiemlicz,
The commit has the necessary changes to support fetching images from the Prometheus operator.
The changes will be available with the next release.
Latest release supports fetching images from prometheus operator CRD.
Hello,
Is it possible to get the images from Charts like:
prometheus-community/kube-prometheus-stack
which heavily use CRDs ? https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stackBy the output of
I think that many images are not listed, like alertmanager's
Is it some config issue or unsupported case?