Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
csi-s3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
csi-s3
Commits
d3c140c3
Commit
d3c140c3
authored
Aug 14, 2025
by
杨石富
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:补充cps使用部署包
parent
54fbbcc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
.beagle.yml
.beagle.yml
+1
-0
values.yaml
values.yaml
+7
-5
No files found.
.beagle.yml
View file @
d3c140c3
...
@@ -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
...
...
values.yaml
View file @
d3c140c3
---
---
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
:
geese
fs
mounter
:
s3
fs
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment