comminutus

Results 37 comments of comminutus

Checking in again, will this ever be fixed?

@curiousercreative thanks for sharing. I did take a look through the scripts but I don't think it'll help in this case. I believe the problem is fundamentally in the firmware....

@lubronzhan you mean something like: `kubectl -n kube-system edit deploy kube-vip-provider` and change the `image` value from: `ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.7` to `ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.8` (or whatever the latest version is) ?

@lubronzhan odd, I get this: ``` k apply -f https://github.com/kube-vip/kube-vip-cloud-provider/blob/main/manifest/kube-vip-cloud-controller.yaml error: error parsing https://github.com/kube-vip/kube-vip-cloud-provider/blob/main/manifest/kube-vip-cloud-controller.yaml: error converting YAML to JSON: yaml: line 203: mapping values are not allowed in this context...

Upgrading via editing the deployment worked though

Any chance this can be pushed through? I'd like to use this project for some projects but I have some Ansible scripts that need to be included in the templated...

I first tried deleting the Galera PV/PVC associated with mariadb-2, but I got the same error in the logs of mariadb-2. I then tried deleted the storage PV/PVC and restarted...