Refactor kube-vip and rke2 configuration to use version v0.8.1

This commit is contained in:
2024-06-30 19:27:10 +08:00
parent d3ef4cd14a
commit 54085449d9
4 changed files with 45 additions and 6 deletions
-2
View File
@@ -111,8 +111,6 @@ touch config.yaml
echo "tls-san:" >> config.yaml
echo " - $vip" >> config.yaml
echo " - $master1" >> config.yaml
echo " - $master2" >> config.yaml
echo " - $master3" >> config.yaml
echo "write-kubeconfig-mode: 0644" >> config.yaml
echo "disable:" >> config.yaml
echo " - rke2-ingress-nginx" >> config.yaml