From 0e794e29174e8f88b128dca9af74f73737c4121d Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 30 Oct 2025 08:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 240c3c7..1a53323 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -142,9 +142,9 @@ #### (11)k8s集群部署 ```bash -cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-ubuntu-init.sh | bash #系统初始化 -cd /opt/ && wget -qO- http://116.205.97.109/scripts/containerd.sh |bash -s -- --install --version '1.7.28-1' #系统初始化 -cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-master.sh |bash -s -- --install --version '1.30.5' +cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-ubuntu-init.sh | bash #系统初始化 (所有节点执行) +cd /opt/ && wget -qO- http://116.205.97.109/scripts/containerd.sh |bash -s -- --install --version '1.7.28-1' #系统初始化(所有节点执行) +cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-master.sh |bash -s -- --install --version '1.30.5'(master) cd /opt/ && wget -qO- http://116.205.97.109/scripts/haproxy.sh |bash -s -- --install --backend 192.168.61.131:6443,192.168.61.132:6443,192.168.61.133:6443 --port 8888 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 #备节点执行