更新 scripts/README.md

aaa
This commit is contained in:
joy 2025-10-30 17:27:46 +08:00
parent c3803595e4
commit 4ad3be715c
1 changed files with 5 additions and 0 deletions

View File

@ -151,6 +151,11 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/haproxy.sh |bash -s -- --ins
cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --install --vip 192.168.61.200/24 --priority 150 #主节点执行 cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --install --vip 192.168.61.200/24 --priority 150 #主节点执行
cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --install --vip 192.168.61.200/24 --priority 140 #备节点执行 cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --install --vip 192.168.61.200/24 --priority 140 #备节点执行
cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --install --vip 192.168.61.200/24 --priority 130 #备节点执行 cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --install --vip 192.168.61.200/24 --priority 130 #备节点执行
#配置分发kubeadm配置文件
cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-config-deploy.sh |bash -s -- --install --hostname master-01 --master1-ip 192.168.61.130 --master2-ip 192.168.61.131 --master3-ip 192.168.61.132 --cluster-vip 192.168.61.200 --k8s-version 1.30.5 --cluster-port 36443
#k8s-master 初始化
``` ```