Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
csi-driver
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
hetznercloud
csi-driver
Commits
69f471e6
Unverified
Commit
69f471e6
authored
3 weeks ago
by
Lukas Metzner
Committed by
GitHub
3 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: rename default labels on Volumes (#991)
parent
554d71a4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/kubernetes/README.md
+4
-4
4 additions, 4 deletions
docs/kubernetes/README.md
with
4 additions
and
4 deletions
docs/kubernetes/README.md
+
4
−
4
View file @
69f471e6
...
...
@@ -159,10 +159,10 @@ During the initialization of the CSI controller, the default location for all vo
It is possible to set labels for all newly created volumes. By default, all volumes are labeled as follows:
-
`
csi.storage.k8s.io/
pvc
/
name`
-
`
csi.storage.k8s.io/
pvc
/
namespace`
-
`
csi.storage.k8s.io/
pv
/
name`
-
`
csi.hetzner.cloud/creat
ed-by=csi-driver`
-
`pvc
-
name`
-
`pvc
-
namespace`
-
`pv
-
name`
-
`
manag
ed-by=csi-driver`
To add extra labels to all created volumes set
`HCLOUD_VOLUME_EXTRA_LABELS`
in the format
`key=value,...`
.
This is also configurable from the Helm chart by the value
`controller.volumeExtraLabels`
, e.g:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment