Giovanni Bassi
Giovanni Bassi
@rhubarb-geek-nz I did, I hadn't.
First I tried via winget. Then via the MSI download. Same result.
> Have you tried completely uninstalling the previous MSI first? Not ideal I know, in-place updates should work. Use "Add or Remove programs" to see what is installed, and also...
Tried now using the global tool, it also does not work:  I installed `7.3.10`, as it still works. :(
The problem persists at version `7.4.1`, released more recently. 
Also, tried using version 7.5 preview from the store, also broken. 
I have tracked the error and added the explanation of why it is happening to the additional context section of the issue.
Hi, it's been a month, do you know when they are adding it back?
How about publishing the version that was updated after the fix from #27?
This is a working proof of concept to make the integration: ```bash #!/bin/bash set -euo pipefail if ! kubectl get crd ipaddresspools.metallb.io &> /dev/null; then kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.11/config/manifests/metallb-native.yaml sleep...