feat: Add prepare script for setting up Kubernetes application directories and configuration
This commit is contained in:
9
prepare.sh
Normal file
9
prepare.sh
Normal 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
|
||||
Reference in New Issue
Block a user