From 4ad3be715c806cbed1d396818f902c3dbacfe91e Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 30 Oct 2025 17:27:46 +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 aaa --- scripts/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index 18d75d6..fc4f27b 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -151,6 +151,11 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/haproxy.sh |bash -s -- --ins 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 #备节点执行 cd /opt/ && wget -qO- http://116.205.97.109/scripts/keepalived.sh |bash -s -- --install --vip 192.168.61.200/24 --priority 130 #备节点执行 + +#配置分发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 初始化 ```