pvlkov

Results 19 comments of pvlkov

By the way, the same issue (with different root cause) also exists for machineDeploymentAnnotations used by the cluster-autoscaler. These are always of the form "cluster.provisioning.cattle.io/...", like for example the max...

I know this is not strictly in the scope of this issue, but what about taints? It is equally annoying, when newly created pools without taints inherit taints from previous...

That is exactly what I was wondering about. The fact that taints did not have the computed attribute, but still exhibited this behavior (at least to my memory). But it...

Just checked with version 6.6.0 and it looks like indeed I was misremembering the issue. Taints are correctly handled even when inserting node-pools into the middle of the list, as...

I just stumbled over this problem myself in our Oracle Linux hosts. Looking at the code in `osquery/tables/system/linux/os_version.cpp`, in the part from line 134 onwards the 'name' field is indiscriminately...

> [@PaideiaDilemma](https://github.com/PaideiaDilemma), sure! Is it listed somewhere in the wiki/docs? https://github.com/hyprwm/hyprlock/issues/695#issuecomment-2754656108

Can also confirm: OS: Arch Linux ``` k9s version ____ __ ________ | |/ / __ \______ | /\____ / ___/ | \ \ / /\___ \ |____|\__ \/____//____ /...

This [line](https://github.com/derailed/k9s/blob/master/internal/view/browser.go#L523) is setting namespace name to an empty string for the edit command.

Yes it got broken by v0.50.16 release by this change here https://github.com/derailed/k9s/commit/3c37ca2197ca48591566d1f599b7b3a50d54a408#diff-9b6c64198928320b5a8b25c98fdbfd217d0682a921e654c18e232c162bb58afdR523