首次提交:初始化项目
This commit is contained in:
10
009-基础设施/004-longhorn/deploy.sh
Normal file
10
009-基础设施/004-longhorn/deploy.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# 1. 创建命名空间
|
||||
kubectl create namespace longhorn-system
|
||||
|
||||
# 2. 应用 S3 密钥
|
||||
kubectl apply -f s3-secret.yaml
|
||||
|
||||
# 3. 使用本地 values.yaml 安装远程仓库的应用
|
||||
helm install longhorn longhorn/longhorn \
|
||||
--namespace longhorn-system \
|
||||
-f values.yaml
|
||||
Reference in New Issue
Block a user