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
f86694be
Commit
f86694be
authored
Aug 12, 2025
by
gaoshiyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加prefix
parent
0e3bc931
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
templates/csi-s3.yaml
templates/csi-s3.yaml
+4
-0
values-overrides.yaml
values-overrides.yaml
+3
-1
values.yaml
values.yaml
+2
-0
No files found.
templates/csi-s3.yaml
View file @
f86694be
...
...
@@ -90,6 +90,10 @@ spec:
valueFrom
:
fieldRef
:
fieldPath
:
spec.nodeName
{{
- if .Values.storageClass.path
}}
-
name
:
PREFIX_PATH
value
:
{{
.Values.storageClass.path
}}
{{
- end
}}
volumeMounts
:
-
name
:
plugin-dir
mountPath
:
/csi
...
...
values-overrides.yaml
View file @
f86694be
...
...
@@ -13,9 +13,11 @@ storageClass:
# Name
name
:
csi-s3
# Use a single bucket for all dynamically provisioned persistent volumes
singleBucket
:
"
"
singleBucket
:
"
bd-wind
"
# mounter to use - either geesefs, s3fs or rclone (default geesefs)
mounter
:
geesefs
# 前置路径
path
:
"
pvc"
# GeeseFS mount options
mountOptions
:
"
--memory-limit
1000
--dir-mode
0777
--file-mode
0666"
# Volume reclaim policy
...
...
values.yaml
View file @
f86694be
...
...
@@ -14,6 +14,8 @@ storageClass:
name
:
csi-s3
# Use a single bucket for all dynamically provisioned persistent volumes
singleBucket
:
"
"
# 前置路径
path
:
"
"
# mounter to use - either geesefs, s3fs or rclone (default geesefs)
mounter
:
geesefs
# GeeseFS mount options
...
...
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