更新 scripts/README.md

aa
This commit is contained in:
joy 2025-10-30 18:30:19 +08:00
parent 011453460e
commit 75105313ec
1 changed files with 0 additions and 5 deletions

View File

@ -156,12 +156,7 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --
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 初始化集群
#加入集群
cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-cluster-deploy.sh |bash -s -- --install --master-ips 192.168.61.10,192.168.61.11,192.168.61.12 --node-ips 192.168.61.20,192.168.61.21
```