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: docs/cephfs/deploy.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ make image-cephcsi
38
38
|`--instanceid`| "default" | Unique ID distinguishing this instance of Ceph CSI among other instances, when sharing Ceph clusters across CSI instances for provisioning |
39
39
|`--pluginpath`| "/var/lib/kubelet/plugins/" | The location of cephcsi plugin on host |
40
40
|`--pidlimit`|_0_| Configure the PID limit in cgroups. The container runtime can restrict the number of processes/tasks which can cause problems while provisioning (or deleting) a large number of volumes. A value of `-1` configures the limit to the maximum, `0` does not configure limits at all. |
41
-
41
+
|`--metricsport`|`8080`| TCP port for liveness metrics requests |
42
+
|`--metricspath`|`/metrics`| Path of prometheus endpoint where metrics will be available |
42
43
|`--clustername`|_empty_| Cluster name to set on subvolume |
43
44
|`--forcecephkernelclient`|`false`| Force enabling Ceph Kernel clients for mounting on kernels < 4.17 |
44
45
|`--kernelmountoptions`|_empty_| Comma separated string of mount options accepted by cephfs kernel mounter.<br>`Note: These options will be replaced if kernelMountOptions are defined in the ceph-csi-config ConfigMap for the specific cluster.`|
Copy file name to clipboardExpand all lines: docs/rbd/deploy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ make image-cephcsi
35
35
|`--type`|_empty_| Driver type: `[rbd/cephfs]`. If the driver type is set to `rbd` it will act as a `rbd plugin` or if it's set to `cephfs` will act as a `cephfs plugin`|
36
36
|`--instanceid`| "default" | Unique ID distinguishing this instance of Ceph CSI among other instances, when sharing Ceph clusters across CSI instances for provisioning |
37
37
|`--pidlimit`|_0_| Configure the PID limit in cgroups. The container runtime can restrict the number of processes/tasks which can cause problems while provisioning (or deleting) a large number of volumes. A value of `-1` configures the limit to the maximum, `0` does not configure limits at all. |
38
-
|`--metricspath`|`"/metrics"`| Path of prometheus endpoint where metrics will be available |
39
-
|`--polltime`|`"60s"`| Time interval in between each poll |
40
-
|`--timeout`|`"3s"`| Probe timeout in seconds |
38
+
39
+
| `--metricspath` | `"/metrics"`| Path of prometheus endpoint where metrics will be available
40
+
41
41
|`--clustername`|_empty_| Cluster name to set on RBD image |
42
42
|`--domainlabels`|_empty_| Kubernetes node labels to use as CSI domain labels for topology aware provisioning, should be a comma separated value (ex:= "failure-domain/region,failure-domain/zone") |
43
43
|`--rbdhardmaxclonedepth`|`8`| Hard limit for maximum number of nested volume clones that are taken before a flatten occurs |
0 commit comments