Lennart

Results 6 comments of Lennart
trafficstars

For some reason I had to escape the backslashes in the ingress definition of @milung This is what I have: ```yaml nginx.ingress.kubernetes.io/configuration-snippet: | sub_filter_once off; sub_filter '' ' '; sub_filter...

As a temporary solution I'm using a wrapper: ``` #!/bin/bash exec nvim -n --noplugin -i NONE +0 -u "${@:(-6):1}" -W "${@:(-2):1}" "${@:(-1)}" ``` That said, I do think it's cheating...

@GiedriusS The only replica label I have configured is `replica`. The external label I'm looking for is called `cluster`. I don't think it is deduplication as the `cluster` label is...

I can also see the labels in the alert definitions at `/api/v1/rules?type=alert`. But not the instances at `/api/v1/alerts`. The latter is quite important for us for viewing alert instances in...

@ringods Is something blocking this? Upstream is now at 3.7.0.

I'm using a mutating webhook on the `coredns` ConfigMap to achieve this. (Validating webhooks on this configmap seem to be blocked by Azure.) This is a last resort but it...