zifeo / terraform-openstack-rke2

Easily deploy a high-availability RKE2 Kubernetes cluster on OpenStack providers like Infomaniak.
https://registry.terraform.io/modules/zifeo/rke2/openstack/latest
Mozilla Public License 2.0
29 stars 16 forks source link

feat: ha/lb features with kube-vip and minor fixes #21

Closed 0xdeadbad closed 9 months ago

0xdeadbad commented 1 year ago

Feature using kube-vip for VIP, modules need for kube-vip to work properly are being loaded using systemd for now (ip_vs and ip_vs_rr). Fixed the command that modifies the yaml file for kubectl. It's being used as a python3 module/program (which it is), but it's easily reversible if needed/wanted.