Results 30 comments of ne0YT

Now I ran on first node: ``` kubectl uncordon harvester1 kubectl uncordon harvester2 kubectl uncordon harvester3 ``` which led to the web UI telling me : "503 service temporarily unavailable...

Update: Deleting not-running pods on one node also doesn't help. It recreates them, but they don't start.

on th efirst node I changed the failure policy for: ``` validator.harvesterhci.io ``` here to Ignore: ``` kubectl edit validatingwebhookconfigurations ``` and then ``` kubectl uncordon harvester1 ``` this actually...

``` kubectl describe nodes Name: harvester1 Roles: control-plane,etcd,master Labels: beta.kubernetes.io/arch=amd64 beta.kubernetes.io/instance-type=rke2 beta.kubernetes.io/os=linux cpu-feature.node.kubevirt.io/3dnowprefetch=true cpu-feature.node.kubevirt.io/abm=true cpu-feature.node.kubevirt.io/adx=true cpu-feature.node.kubevirt.io/aes=true cpu-feature.node.kubevirt.io/amd-ssbd=true cpu-feature.node.kubevirt.io/amd-stibp=true cpu-feature.node.kubevirt.io/arat=true cpu-feature.node.kubevirt.io/arch-capabilities=true cpu-feature.node.kubevirt.io/avx=true cpu-feature.node.kubevirt.io/avx2=true cpu-feature.node.kubevirt.io/bmi1=true cpu-feature.node.kubevirt.io/bmi2=true cpu-feature.node.kubevirt.io/erms=true cpu-feature.node.kubevirt.io/f16c=true cpu-feature.node.kubevirt.io/fma=true cpu-feature.node.kubevirt.io/fsgsbase=true cpu-feature.node.kubevirt.io/hle=true cpu-feature.node.kubevirt.io/hypervisor=true...

as a quick update: I got it wokring somehow to run on 2 / 3 node. only one node is now not workign anymore. I was able to recover the...

I ahd to use: ``` kubectl edit node harvester2 to remove those annotations and try uncordoning again. ``` and it worked to uncordon the node. But it made my VMs...

> To share my discovery and what I did instead: If you use pfSense on your network for a good solid firewall, you have a HAProxy module available for download....

But is there a real load balancing? It looks like there's only NAT mode on haproxy for UDP. so really adding this already available feature to the GUI would just...

> as there is no healthcheck on free nginx it doesnt make to much sense to have load balancing

> > > > > > > > > as there is no healthcheck on free nginx it doesnt make to much sense to have load balancing > > This...