From 53fba0596c96f5db5f69abbf87d2d1c9950c4126 Mon Sep 17 00:00:00 2001 From: joy Date: Sat, 8 Nov 2025 15:33:42 +0800 Subject: [PATCH] 12 12 --- scripts/install-nfs-storageclass-pro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-nfs-storageclass-pro.sh b/scripts/install-nfs-storageclass-pro.sh index 2b7456b..f50fd24 100644 --- a/scripts/install-nfs-storageclass-pro.sh +++ b/scripts/install-nfs-storageclass-pro.sh @@ -10,7 +10,7 @@ BLUE="\033[34m" RESET="\033[0m" # 固定配置(压缩包地址写死,无需命令行指定) -NFS_TAR_URL="http://116.205.97.109/scripts/packages/nfs-subdir-external-provisioner.tgz" +NFS_TAR_URL="http://116.205.97.109/scripts/nfs-subdir-external-provisioner.tgz" TARGET_DIR="/opt/k8s-install-conf" NFS_DEPLOY_DIR="${TARGET_DIR}/nfs-subdir-external-provisioner" DEPLOY_FILE_PATH="${NFS_DEPLOY_DIR}/deploy/deployment.yaml"