Merge remote-tracking branch 'refs/remotes/origin/dev' into dev

This commit is contained in:
2025-09-02 07:34:39 +00:00
2 changed files with 3 additions and 3 deletions

2
prepare.sh Normal file → Executable file
View File

@ -3,7 +3,7 @@ mkdir -p ~/.ocdp/kube/applications
mkdir -p ~/.ocdp/kube/logs mkdir -p ~/.ocdp/kube/logs
# 创建空的 kubectl 配置文件(如果还没有) # 创建空的 kubectl 配置文件(如果还没有)
touch ~/.ocdp/kube/config cp ~/.kube/config ~/.ocdp/kube/config
# 复制配置文件 # 复制配置文件
cp ./config.yaml ~/.ocdp/config.yaml cp ./config.yaml ~/.ocdp/config.yaml