feat: Add prepare script for setting up Kubernetes application directories and configuration

This commit is contained in:
2025-09-02 07:08:06 +00:00
parent dd02e88531
commit 210569ad37

9
prepare.sh Normal file
View File

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