From 75105313ecb37787863d46915d7b88e4c4dc9ab9 Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 30 Oct 2025 18:30:19 +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 aa --- scripts/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index ecb5178..6089cb3 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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 - - ```