Lex Rivera

Results 87 comments of Lex Rivera

It seems there is semi-standard label ``` app.kubernetes.io/managed-by= ``` Something like ``` app.kubernetes.io/managed-by=pyrra pyrra.dev/rule=nginx-api-errors ``` should work for managing k8s objects? This, however, doesn't cover case when pyrra is deployed...

We're using mimir as remote write storage solution - to store metrics from lots of prometheuses. Since monitoring of mimir is done with prometheus-operator, we're using prometheusrule to add mimir-related...

Default rules will be nice indeed, i'm pretty much use the ones in operations. They won't work just by copying them, though - needs to be wrapped in all prometheusrule...

Yeah i forgot to push after merging with upstream, sorry

Thanks! I guess default prometheus scraping of 30s sometimes broke helm-exporter. Much better now, might be worth better documenting that in helm chart? https://github.com/sstarcher/helm-exporter/blob/master/helm/values.yaml#L6

I'd personally keep both images. Alpine isn't without it's downsides due to packaging musl instead of classic libc. I'm not sure if this is critical since majority (everything?) of external...

> You can either add the appropriate configuration/permissions for s3 that worked for metrics-generator but not for distributor

they're shared between all components and sourced from single secret, so yeah, should be ok. I'l a bit afk for now, but i'll check later. Might be misconfig on my...

Additionally: https://github.com/kubernetes/kubernetes/issues/60987#issuecomment-415370444