Frederic Branczyk

Results 513 comments of Frederic Branczyk

`any: true` does not work in there selectors, if you want to select any with a label selector, you need to use the all selector, which in kubernetes is the...

While I agree with @paulfantom I think there have been various folks who have created integrations with loki. I do think it belongs in a separate project but I agree...

The integration is pretty trivial actually. You just setup your loki stack and add loki as a datasource to your kube-prometheus Grafana instance: ``` { _config+:: { grafana+:: { datasources+:...

At this point it is unclear how integrating loki would our ability to distribute kube-prometheus as apache 2 license. For the time being it will need to be an extension...

You're absolutely right, the documentation is faulty here. The `targetPort` field doesn't refer to the `Service`s fields, it refers to the port name or port number defined on the underlying...

Is there something left to be answered?

I believe the docs still need to be adapted here.

Contributions on improving the docs would be very welcome! :)

yes that should work, when you specify the actual port number

Could you elaborate on what you would like to see? It's not entirely clear to me what someone who wanted to work on this would try to implement.