更新 scripts/README.md

aa
This commit is contained in:
joy 2025-10-30 18:28:50 +08:00
parent e15fd8b6f5
commit 011453460e
1 changed files with 7 additions and 1 deletions

View File

@ -155,7 +155,13 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --
#配置分发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 初始化
#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
```