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
709: chore: make ports of services with hostNetwork configurable r=Abhinandan-Purkait a=Abhinandan-Purkait
Make ports for the services using hostNetwork configurable
Co-authored-by: Abhinandan Purkait <[email protected]>
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
@@ -88,6 +88,7 @@ This removes all the Kubernetes components associated with the chart and deletes
88
88
| agents.​ha.​cluster.​resources.​requests.​cpu | Cpu requests for ha cluster agent |`"100m"`|
89
89
| agents.​ha.​cluster.​resources.​requests.​memory | Memory requests for ha cluster agent |`"16Mi"`|
90
90
| agents.​ha.​node.​logLevel | Log level for the ha node service |`"info"`|
91
+
| agents.​ha.​node.​port | Container port for the ha-node service |`50053`|
91
92
| agents.​ha.​node.​priorityClassName | Set PriorityClass, overrides global |`""`|
92
93
| agents.​ha.​node.​resources.​limits.​cpu | Cpu limits for ha node agent |`"100m"`|
93
94
| agents.​ha.​node.​resources.​limits.​memory | Memory limits for ha node agent |`"64Mi"`|
@@ -120,6 +121,7 @@ This removes all the Kubernetes components associated with the chart and deletes
120
121
| base.​logging.​format | Valid values for format are pretty, json and compact |`"pretty"`|
121
122
| base.​logging.​silenceLevel | Silence specific module components |`nil`|
122
123
| base.​metrics.​enabled | Enable the metrics exporter |`true`|
124
+
| base.​metrics.​port | Container port for the metrics exporter service |`9502`|
| crds.​enabled | Disables the installation of all CRDs if set to false |`true`|
125
127
| csi.​controller.​logLevel | Log level for the csi controller |`"info"`|
@@ -141,6 +143,7 @@ This removes all the Kubernetes components associated with the chart and deletes
141
143
| csi.​image.​snapshotterTag | csi-snapshotter image release tag |`"v6.3.3"`|
142
144
| csi.​node.​kubeletDir | The kubeletDir directory for the csi-node plugin |`"/var/lib/kubelet"`|
143
145
| csi.​node.​nvme.​ctrl_loss_tmo | The ctrl_loss_tmo (controller loss timeout) in seconds |`"1980"`|
146
+
| csi.​node.​port | Container port for the csi-node service |`10199`|
144
147
| csi.​node.​priorityClassName | Set PriorityClass, overrides global |`""`|
145
148
| csi.​node.​resources.​limits.​cpu | Cpu limits for csi node plugin |`"100m"`|
146
149
| csi.​node.​resources.​limits.​memory | Memory limits for csi node plugin |`"128Mi"`|
@@ -176,6 +179,7 @@ This removes all the Kubernetes components associated with the chart and deletes
176
179
| 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> |
177
180
| 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"`|
178
181
| io_engine.​nvme.​tcp.​maxQueueDepth | You may need to increase this for a higher outstanding IOs per volume |`"32"`|
182
+
| io_engine.​port | Container port for the io-engine service |`10124`|
179
183
| io_engine.​priorityClassName | Set PriorityClass, overrides global |`""`|
180
184
| io_engine.​pstorRetries | Number of retries for pstor persistence before the volume target self shutdowns |`300`|
181
185
| io_engine.​resources.​limits.​cpu | Cpu limits for the io-engine |`""`|
0 commit comments