You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployments/helm/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# cvmfs-csi
2
+
1
3
A Helm chart for the CVMFS-CSI driver, allowing the mounting of CVMFS repositories in Kubernetes environments. This chart will deploy the CSI driver as a DaemonSet, thus automatically scaling the driver on each cluster node.
2
4
3
5
## Usage
@@ -47,9 +49,11 @@ Alternatively, a YAML file that specifies the values of the parameters can be pr
47
49
|`cvmfsConfig."config.d".use`| Whether to use this ConfigMap in /etc/cvmfs/config.d. |
48
50
|`cvmfsConfig."config.d".create`| Whether to create config.d ConfigMap. If not, and `use` is set to true, it is expected the ConfigMap is already present. |
49
51
|`cvmfsConfig."config.d".data`| config.d ConfigMap contents to use when `create` is set to true. |
52
+
| `cache.local.location` | Location of the local cvmfs cache i.e. `CVMFS_CACHE_BASE`.
50
53
|`cache.local.volumeSpec`| Volume spec for local cache. ReadWriteOnce access mode for persistent volumes is sufficient. |
51
54
|`cache.local.cvmfsQuotaLimit`| Maximum size of local cache in MiB. CVMFS client will garbage collect the exceeding amount. |
52
55
|`cache.alien.enabled`| Whether to use alien cache in deployment. |
56
+
| `cache.alien.location` | Location of the alien cvmfs cache if enabled i.e. `CVMFS_ALIEN_CACHE`.
53
57
|`cache.alien.volumeSpec`| Volume spec for local cache. ReadWriteMany access mode for persistent volumes is required. |
54
58
|`nodeplugin.name`| Component name for node plugin component. Used as `component` label value and to generate DaemonSet name. |
55
59
|`nodeplugin.plugin.image.repository`| Container image repository for CVMFS CSI node plugin. |
0 commit comments