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: chart/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
@@ -91,6 +91,7 @@ This removes all the Kubernetes components associated with the chart and deletes
91
91
| agents.​ha.​cluster.​resources.​requests.​cpu | Cpu requests for ha cluster agent |`"100m"`|
92
92
| agents.​ha.​cluster.​resources.​requests.​memory | Memory requests for ha cluster agent |`"16Mi"`|
93
93
| agents.​ha.​node.​logLevel | Log level for the ha node service |`"info"`|
94
+
| agents.​ha.​node.​port | Container port for the ha-node service |`50053`|
94
95
| agents.​ha.​node.​priorityClassName | Set PriorityClass, overrides global |`""`|
95
96
| agents.​ha.​node.​resources.​limits.​cpu | Cpu limits for ha node agent |`"100m"`|
96
97
| agents.​ha.​node.​resources.​limits.​memory | Memory limits for ha node agent |`"64Mi"`|
@@ -125,6 +126,7 @@ This removes all the Kubernetes components associated with the chart and deletes
125
126
| base.​logging.​format | Valid values for format are pretty, json and compact |`"pretty"`|
126
127
| base.​logging.​silenceLevel | Silence specific module components |`nil`|
127
128
| base.​metrics.​enabled | Enable the metrics exporter |`true`|
129
+
| base.​metrics.​port | Container port for the metrics exporter service |`9502`|
| crds.​enabled | Disables the installation of all CRDs if set to false |`true`|
130
132
| csi.​controller.​logLevel | Log level for the csi controller |`"info"`|
@@ -147,6 +149,7 @@ This removes all the Kubernetes components associated with the chart and deletes
147
149
| csi.​node.​kubeletDir | The kubeletDir directory for the csi-node plugin |`"/var/lib/kubelet"`|
148
150
| csi.​node.​nvme.​ctrl_loss_tmo | The ctrl_loss_tmo (controller loss timeout) in seconds |`"1980"`|
149
151
| csi.​node.​nvme.​tcpFallback | Fallback to nvme-tcp if nvme-rdma is enabled for Mayastor but rdma is not available on a particular csi-node |`true`|
152
+
| csi.​node.​port | Container port for the csi-node service |`10199`|
150
153
| csi.​node.​priorityClassName | Set PriorityClass, overrides global |`""`|
151
154
| csi.​node.​resources.​limits.​cpu | Cpu limits for csi node plugin |`"100m"`|
152
155
| csi.​node.​resources.​limits.​memory | Memory limits for csi node plugin |`"128Mi"`|
@@ -182,6 +185,7 @@ This removes all the Kubernetes components associated with the chart and deletes
182
185
| io_engine.​nodeSelector | Node selectors to designate storage nodes for diskpool creation Note that if multi-arch images support 'kubernetes.io/arch: amd64' should be removed. | <pre>{<br>"kubernetes.io/arch":"amd64",<br>"openebs.io/engine":"mayastor"<br>}</pre> |
183
186
| io_engine.​nvme.​ioTimeout | Timeout for IOs The default here is exaggerated for local disks, but we've observed that in shared virtual environments having a higher timeout value is beneficial. Please adjust this according to your hardware and needs. |`"110s"`|
184
187
| io_engine.​nvme.​tcp.​maxQueueDepth | You may need to increase this for a higher outstanding IOs per volume |`"32"`|
188
+
| io_engine.​port | Container port for the io-engine service |`10124`|
185
189
| io_engine.​priorityClassName | Set PriorityClass, overrides global |`""`|
186
190
| io_engine.​pstorRetries | Number of retries for pstor persistence before the volume target self shutdowns |`300`|
187
191
| io_engine.​resources.​limits.​cpu | Cpu limits for the io-engine |`""`|
0 commit comments