Filip Petkovski
Filip Petkovski
Would you like to have TLS enabled on the ingress or on Prometheus itself?
Isn't the domain name you're using different than the one on the certificate?
Hi @miksercz, I assume there is another controller / loop which is modifying resources managed by the operator. Would you be able to attach the prometheus-operator deployment yaml as well...
It is hard to say what exactly is causing the problem but I can provide some pointers that might help you investigate further. The operator calculates a digest of the...
Adding more logs by outputting what changed in the operator is a good idea and might help with auditability overall. The variables are as follows: ``` *p -> the prometheus...
A possible culprit could be this function here: https://github.com/prometheus-operator/prometheus-operator/blob/master/pkg/prometheus/rules.go#L236 It decides how many configmaps to create based on the size of the data that should be contained in the configmaps....
@Cheshirez here is the doc we started last week, feel free to add your comments there: https://docs.google.com/document/d/1LnnxGOaypmwgczuTp_nLyWG0EiF6ohNCsZf3XQHDvkc/edit?usp=sharing
This should be rebased against main now. Stringlabels tests are also passing.
I think most high level comments should be addressed now and an in-depth review would be great. @roidelapluie had some concerns about scalability of the approach in large environments and...
> If I understood correctly, this proposal could work to aggregate gauges but not counters, since there is no mechanism to handle resets. This was discussed briefly here https://github.com/prometheus/prometheus/pull/10529#discussion_r878827957. In...