更新 scripts/k8s-config-deploy.sh

adfasdf
This commit is contained in:
joy 2025-11-02 19:09:32 +08:00
parent bfe59f991b
commit f8ac356b9d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -euo pipefail
# 核心配置(三主节点+模板存/opt/ # 核心配置(三主节点+模板存/opt/
TEMPLATE_URL="http://116.205.97.109/scripts/kubeadm-conf.yaml" 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_ALI_REG="registry.cn-hangzhou.aliyuncs.com/google_containers/pause"
PAUSE_TARGET_REG="registry.k8s.io/pause" PAUSE_TARGET_REG="registry.k8s.io/pause"
NERDCTL_CMD="nerdctl -n k8s.io" NERDCTL_CMD="nerdctl -n k8s.io"