You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs specified that: So you can use familiar CRD objects: ServiceMonitor, PodMonitor, PrometheusRule, Probe and AlertmanagerConfig..
And there is also an auto-conversion of Prom Operator CRD to VM Operator CRD, it also syncs but the docs also specified that: It DOES NOT delete converted objects after original ones are deleted.
My use-case here is to use VM Operator CRDs for my own apps/metrics, but use Prometheus Operator CRDs for Helm Charts that I cannot modify myself without forking (one such case is CloudNative-PG, it uses PodMonitor). Although the auto-conversion really helps here but the fact that the converted object will not be deleted after the original ones is deleted is kinda no no for me.
My question is,
Does this operator supports reading ServiceMonitor/PodMonitor without auto-conversion but still treats them the same way as VMServiceScrape/VMPodScrape? (In my setup, I tried. It doesn't scrape any ServiceMonitor/PodMonitor)
Would a support for an auto-deleted converted objects from auto-conversion be possible?
The text was updated successfully, but these errors were encountered:
The question might not be relevant anymore, but regarding the deletion of converted object this setting does actually exactly this.
Oh! Didn't catch that. Is that new? Well perhaps it's because I used the victoria-metrics-k8s-stack chart which omits that option from the default values file.
The docs are still saying It DOES NOT delete converted objects after original ones are deleted. though.
The docs specified that:
So you can use familiar CRD objects: ServiceMonitor, PodMonitor, PrometheusRule, Probe and AlertmanagerConfig..
And there is also an auto-conversion of Prom Operator CRD to VM Operator CRD, it also syncs but the docs also specified that:
It DOES NOT delete converted objects after original ones are deleted.
My use-case here is to use VM Operator CRDs for my own apps/metrics, but use Prometheus Operator CRDs for Helm Charts that I cannot modify myself without forking (one such case is CloudNative-PG, it uses PodMonitor). Although the auto-conversion really helps here but the fact that the converted object will not be deleted after the original ones is deleted is kinda no no for me.
My question is,
The text was updated successfully, but these errors were encountered: