Closed SamB-GB closed 1 year ago
Hi,
It looks like the vipInterface is hard coded on the line 98 on the rke2.sh script
curl -sL https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/RKE2/k3s | vipAddress=$vip vipInterface=eth0 sh | sudo tee /var/lib/rancher/rke2/server/manifests/kube-vip.yaml
Should be
curl -sL https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/RKE2/k3s | vipAddress=$vip vipInterface=$interface sh | sudo tee /var/lib/rancher/rke2/server/manifests/kube-vip.yaml
Thanks, that's now addressed.
Hi,
It looks like the vipInterface is hard coded on the line 98 on the rke2.sh script
Should be