From 1998a9470c1494f03c7f471a423d4ce6af20aff1 Mon Sep 17 00:00:00 2001 From: joy Date: Wed, 29 Oct 2025 17:38:51 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 950ab7b..97597cf 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -144,7 +144,10 @@ ```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-master.sh |bash -s -- --install --version '1.30.5' +cd /opt/ && wget -qO- http://116.205.97.109/scripts/haproxy |bash -s -- --install --backend 192.168.1.10:6443,192.168.1.11:6443,192.168.1.12:6443 \ + --vip 192.168.1.100 --port 6443 +cd /opt/ && wget -qO- http://116.205.97.109/scripts/keeplived.sh |bash -s -- --install --vip 192.168.1.100/24 --priority 150 ```