Results 28 comments of Arthur

Thanks @damienleger your comment helped me out a lot. I updated to the latest nginx-ingress helm chart version (from 4.0.9 to 4.0.19) and modescurity stopped working, using your solution made...

Same issues with 3.7.0 running on the [linkerd-viz chart](https://github.com/linkerd/linkerd2/tree/main/viz/charts/linkerd-viz) with the default values. I'm not using a lint configuration YAML. ``` $ ct lint --chart-dirs helm-charts/linkerd/linkerd-viz --target-branch main Linting charts......

I have the same issue. When I launch a shell the rule `Terminal shell in container` triggers multiple times (3, sometimes 4 times). Running on EKS 1.21 with Bottlerocket OS:...

I have a fork at https://github.com/arthurk/homebrew-virt-manager with updated dependencies and it works fine on my machine with Catalina installed. ``` brew tap arthurk/homebrew-virt-manager brew install virt-manager virt-viewer virt-manager --no-fork ......

Not sure about `qemu:///system` but I can connect to a local qemu with `virt-manager -c "qemu:///session" --no-fork` and run VMs. I wrote a blog post about it [here](https://www.arthurkoziel.com/running-virt-manager-and-libvirt-on-macos/). Connecting to...

@m-bers The connection to system didn't work for me either, I had to use session: `virt-manager -c "qemu:///session"`

@m-bers I'm not on the M1, I guess it will be related to that. Quick google showed that qemu has problems running on the M1, I found some info on...

This would be great to have. My use case is that I want to show the `topology.kubernetes.io/zone` label as a column for the nodes view. The wide-column view doesn't work...