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.
We claim to support CentOS in the README.md but we're lacking the bandwidth and or tests to full vet it. Debian based distros have more use and support.
If we're going to continue to support it I think the following things might help:
Remove any distro based specific commands (apt vs using ansible.builtin.package module)
Tests per distribution or mix distro tests - the easy step is mixing distros but that might come with its own challenges
We claim to support CentOS in the
README.md
but we're lacking the bandwidth and or tests to full vet it. Debian based distros have more use and support.If we're going to continue to support it I think the following things might help:
ansible.builtin.package module
)(open to suggestions)