Commit d3c140c3 authored by 杨石富's avatar 杨石富

feat:补充cps使用部署包

parent 54fbbcc9
...@@ -27,6 +27,7 @@ steps: ...@@ -27,6 +27,7 @@ steps:
commands: commands:
- mc alias set cache --api=S3v4 https://cache.wodcloud.com $S3_ACCESS_KEY $S3_SECRET_KEY - mc alias set cache --api=S3v4 https://cache.wodcloud.com $S3_ACCESS_KEY $S3_SECRET_KEY
- mc cp ./csi-s3-0.43.0.tgz cache/kubernetes/k8s/charts/csi-s3-0.43.0.tgz - mc cp ./csi-s3-0.43.0.tgz cache/kubernetes/k8s/charts/csi-s3-0.43.0.tgz
- mc cp ./csi-s3-0.43.0.tgz cache/kubernetes/cps/csi-s3/csi-s3-0.43.0.tgz
--- ---
kind: secret kind: secret
......
--- ---
images: images:
# Source: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 # Source: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
registrar: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-node-driver-registrar:v1.2.0 registrar: registry.cn-qingdao.aliyuncs.com/wod/csi-node-driver-registrar:v1.2.0
# Source: quay.io/k8scsi/csi-provisioner:v2.1.0 # Source: quay.io/k8scsi/csi-provisioner:v2.1.0
provisioner: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-provisioner:v2.1.0 provisioner: registry.cn-qingdao.aliyuncs.com/wod/csi-provisioner:v2.1.0
# Main image # Main image
csi: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.43.0 csi: registry.cn-qingdao.aliyuncs.com/wod/csi-s3-driver:0.43.0
storageClass: storageClass:
# Specifies whether the storage class should be created # Specifies whether the storage class should be created
...@@ -15,9 +15,11 @@ storageClass: ...@@ -15,9 +15,11 @@ storageClass:
# Use a single bucket for all dynamically provisioned persistent volumes # Use a single bucket for all dynamically provisioned persistent volumes
singleBucket: "" singleBucket: ""
# mounter to use - either geesefs, s3fs or rclone (default geesefs) # mounter to use - either geesefs, s3fs or rclone (default geesefs)
mounter: geesefs mounter: s3fs
# GeeseFS mount options # GeeseFS mount options
mountOptions: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666" # mountOptions: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666"
mountOptions: ""
path: "pvc"
# Volume reclaim policy # Volume reclaim policy
reclaimPolicy: Delete reclaimPolicy: Delete
# Annotations for the storage class # Annotations for the storage class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment