Is it mandatory for pyrra and prometheus to have same mount point? #1317
Unanswered
mehtameet9
asked this question in
Q&A
Replies: 1 comment
-
also i tried running pyrra in kubernetes mode by following https://github.com/pyrra-dev/pyrra/tree/main?tab=readme-ov-file#running-inside-a-kubernetes-cluster but for my use case i need to run it in the configmap mode by enabling --config-map-mode=true, which i did but im seeing pyrra still tries to generate a PrometheusRule CRD instead of generating the config maps
any help would be really appreciated, thanks i can similar issues being reported |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we already have a prometheus running in our production system which has a volume mount for path /etc/config which was installed without prometheus operator
we are in process of adding pyrra to our tech stack but facing few challenges related to the same can someone explain how the reconcilation works and how pyrra will generate rules that will be consumed by our exisiting prometheus
REF: https://github.com/pyrra-dev/pyrra/tree/main?tab=readme-ov-file#running-inside-a-kubernetes-cluster
Beta Was this translation helpful? Give feedback.
All reactions