The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
On HA env I would expect 2 master e 2 node running smoothly.
Current Behavior
it seems that 2 worker nodes are stuck with the following logs entries
Oct 15 12:46:43 ubumba01 k3s[1596]: time="2024-10-15T12:46:43+02:00" level=error msg="failed to get CA certs: Get \"https://127.0.0.1:6444/cacerts\": read tcp 127.0.0.1:43760->127.0.0.1:6444: read: connection reset by peer"
Expected Behavior
On HA env I would expect 2 master e 2 node running smoothly.
Current Behavior
it seems that 2 worker nodes are stuck with the following logs entries Oct 15 12:46:43 ubumba01 k3s[1596]: time="2024-10-15T12:46:43+02:00" level=error msg="failed to get CA certs: Get \"https://127.0.0.1:6444/cacerts\": read tcp 127.0.0.1:43760->127.0.0.1:6444: read: connection reset by peer"
Steps to Reproduce
Context (variables)
Operating system: mix of Debian and Ubuntu
Hardware: mix of laptop
Variables Used
all.yml
Hosts
host.ini
Possible Solution