Julian
Julian
> I was always hoping we could profit from upstream logic (e.g. https://github.com/kubernetes/apimachinery/tree/v0.23.1/pkg/labels ) and not invent that parser ourselves. Maybe we could add another flag --namespaces-selectors (or similar) that...
//cc @fpetkovski what do you think of the above?
I can see what you mean in terms of keeping `--namespaces` and `--namespaces-denylist` separate. I looked through the syntax for parsing labels in API machinery and I do believe we...
Sorry for the late response, I've been quite busy the last couple of weeks / days. @fpetkovski, I've been thinking about ways to implement this but one bottleneck I came...
I will try and get some work done on this soon. /remove-lifecycle stale
I dove into this and found out that KSM uses reflectors to populate and re-sync the metric store with metrics from the server's contents. Which is an interesting discovery by...
Got it. I approached it from KSM's perspective and not from Prometheus's.
@fpetkovski, is this something to be looked into or would the quote below from the README negate this issue? >Resources in Kubernetes can evolve, i.e., the group version for a...
@stevejr, currently #1656 only contains the parsing of the syntax to allow for more complex arguments to the `--namespaces` option. Thus right now the PR is only for transforming the...
/remove-lifecycle stale