Lennart

Results 15 comments of Lennart

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...

> It'd help if we had full context of your policy and what you're trying to do here. I'm using a custom resource type that is still unpublished but I'll...

This doesn't affect me anymore as I've moved to a different approach, but I do think there is a bug here that should be fixed. I suspect something goes wrong...

@noctuid Thanks for your reply. > > I want the title bar to be removed and the window to not appear in the window list on mate-panel. > > Is...

@mr2rm Which window manager are you using? It might not support removing the title bar of an existing window. Could you test using these commands? ``` xprop -format _MOTIF_WM_HINTS 32c...