Skip to content

Commit e2871c4

Browse files
committed
docs: remove deprecated liveness flags and restore metrics options
Signed-off-by: Rohan Satkar <coderxrohan@gmail.com>
1 parent f44ce82 commit e2871c4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/cephfs/deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ make image-cephcsi
3838
| `--instanceid` | "default" | Unique ID distinguishing this instance of Ceph CSI among other instances, when sharing Ceph clusters across CSI instances for provisioning |
3939
| `--pluginpath` | "/var/lib/kubelet/plugins/" | The location of cephcsi plugin on host |
4040
| `--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 |
4243
| `--clustername` | _empty_ | Cluster name to set on subvolume |
4344
| `--forcecephkernelclient` | `false` | Force enabling Ceph Kernel clients for mounting on kernels < 4.17 |
4445
| `--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.` |

docs/rbd/deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ make image-cephcsi
3535
| `--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` |
3636
| `--instanceid` | "default" | Unique ID distinguishing this instance of Ceph CSI among other instances, when sharing Ceph clusters across CSI instances for provisioning |
3737
| `--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+
4141
| `--clustername` | _empty_ | Cluster name to set on RBD image |
4242
| `--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") |
4343
| `--rbdhardmaxclonedepth` | `8` | Hard limit for maximum number of nested volume clones that are taken before a flatten occurs |

0 commit comments

Comments
 (0)