12
This commit is contained in:
joy 2025-11-08 15:33:42 +08:00
parent a83bd4ea8e
commit 53fba0596c
1 changed files with 1 additions and 1 deletions

View File

@ -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"