From 4682d91f1184bb34978f2d20ddeec6eb4e05cd8d Mon Sep 17 00:00:00 2001 From: joy Date: Sat, 8 Nov 2025 15:27:30 +0800 Subject: [PATCH] sadf asdf --- 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 fe4ffb3..2b7456b 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://192.168.1.200/packages/nfs-subdir-external-provisioner.tgz" +NFS_TAR_URL="http://116.205.97.109/scripts/packages/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"