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.
Unable to complete installation.
It appears that Configure kubectl cluster to https://{{ apiserver_endpoint | ansible.utils.ipwrap }}:6443] variable is not being filled correctly.
Expected Behavior
The variable should be filled with the virtual IP?
Current Behavior
The following error is produced on install for each of the master nodes.
Unable to complete installation. It appears that Configure kubectl cluster to https://{{ apiserver_endpoint | ansible.utils.ipwrap }}:6443] variable is not being filled correctly.
Expected Behavior
The variable should be filled with the virtual IP?
Current Behavior
The following error is produced on install for each of the master nodes.
Steps to Reproduce
Context (variables)
Operating system: Ubuntu 20.04
Hardware: virtualized in proxmox
Variables Used
all.yml
Hosts
host.ini
Possible Solution