From f8ac356b9ddbc837367b3d3eb3086d2073896c69 Mon Sep 17 00:00:00 2001 From: joy Date: Sun, 2 Nov 2025 19:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/k8s-config-deploy.?= =?UTF-8?q?sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit adfasdf --- scripts/k8s-config-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/k8s-config-deploy.sh b/scripts/k8s-config-deploy.sh index fb1d3ac..45dc823 100644 --- a/scripts/k8s-config-deploy.sh +++ b/scripts/k8s-config-deploy.sh @@ -3,7 +3,7 @@ set -euo pipefail # 核心配置(三主节点+模板存/opt/) TEMPLATE_URL="http://116.205.97.109/scripts/kubeadm-conf.yaml" -LOCAL_TEMPLATE="/opt/kubeadm-conf.yaml" +LOCAL_TEMPLATE="/opt/k8s-install-conf/kubeadm-conf.yaml" PAUSE_ALI_REG="registry.cn-hangzhou.aliyuncs.com/google_containers/pause" PAUSE_TARGET_REG="registry.k8s.io/pause" NERDCTL_CMD="nerdctl -n k8s.io"