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
* MLE-11843 fix HC tests (#189)
* update pod name for the tests
* update pod name for the tests in makefile
* increment docker version to the latest release
* MLE-12244: fixes for failing upgrade tests on jenkins (#190)
* MLE-12574: Warning message changes commit while using ML rootless image (#197)
Co-authored-by: sumanthravipati <[email protected]>
* MLE-4146: Liveness and Readiness Probe Changes Commit (#198)
* add dependent image scanning (#199)
* MLE-12746: big fix for helm upgrade not working for TLS configuration
* Updating chart version in chart.yaml (#204)
* add TLS enable check
---------
Co-authored-by: Vitaly <[email protected]>
Co-authored-by: Peng Zhou <[email protected]>
Co-authored-by: sumanthravipati <[email protected]>
Co-authored-by: sumanthravipati <[email protected]>
Co-authored-by: Peng Zhou <[email protected]>
Co-authored-by: Romain Winieski <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,22 +164,16 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
164
164
|`containerSecurityContext.allowPrivilegeEscalation`| Controls whether a process can gain more privileges than its parent process |`true`|
165
165
|`livenessProbe.enabled`| Parameter to enable the liveness probe |`true`|
166
166
|`livenessProbe.initialDelaySeconds`| Initial delay seconds for liveness probe |`300`|
167
-
|`livenessProbe.periodSeconds`| Period seconds for liveness probe |`20`|
167
+
|`livenessProbe.periodSeconds`| Period seconds for liveness probe |`10`|
168
168
|`livenessProbe.timeoutSeconds`| Timeout seconds for liveness probe |`5`|
169
169
|`livenessProbe.failureThreshold`| Failure threshold for liveness probe |`15`|
170
170
|`livenessProbe.successThreshold`| Success threshold for liveness probe |`1`|
171
-
|`readinessProbe.enabled`|Use this parameter to enable the readiness probe. See [Known-Issues-and-Limitations](#known-issues-and-limitations)section|`false`|
171
+
|`readinessProbe.enabled`|Parameter to enable the readiness probe|`false`|
172
172
|`readinessProbe.initialDelaySeconds`| Initial delay seconds for readiness probe |`10`|
173
-
|`readinessProbe.periodSeconds`| Period seconds for readiness probe |`60`|
173
+
|`readinessProbe.periodSeconds`| Period seconds for readiness probe |`10`|
174
174
|`readinessProbe.timeoutSeconds`| Timeout seconds for readiness probe |`5`|
175
175
|`readinessProbe.failureThreshold`| Failure threshold for readiness probe |`3`|
176
176
|`readinessProbe.successThreshold`| Success threshold for readiness probe |`1`|
177
-
|`startupProbe.enabled`| Parameter to enable startup probe. See [Known-Issues-and-Limitations](#known-issues-and-limitations) section |`false`|
178
-
|`startupProbe.initialDelaySeconds`| Initial delay seconds for startup probe |`10`|
179
-
|`startupProbe.periodSeconds`| Period seconds for startup probe |`20`|
180
-
|`startupProbe.timeoutSeconds`| Timeout seconds for startup probe |`1`|
181
-
|`startupProbe.failureThreshold`| Failure threshold for startup probe |`30`|
182
-
|`startupProbe.successThreshold`| Success threshold for startup probe |`1`|
183
177
|`logCollection.enabled`| Parameter to enable cluster wide log collection of Marklogic server logs |`false`|
184
178
|`logCollection.image`| Image repository and tag for fluent-bit container |`fluent/fluent-bit:2.2.2`|
185
179
|`logCollection.resources.requests.cpu`| The requested cpu resource for the fluent-bit container |`100m`|
@@ -221,4 +215,3 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
221
215
4. The latest released version of fluent/fluent-bit:2.2.2 has known security vulnerabilities with respect to libcom-err2 CVE-2022-1304, libgcrypt20 CVE-2021-33560, libgnutls30 CVE-2024-0567, libldap-2.4-2 CVE-2023-2953, libzstd1 CVE-2022-4899, zlib1g CVE-2023-45853. These libraries are included in the Debian base image but, to-date, no fixes have been made available. For libpq5 CVE-2024-0985, we wait for a future upgrade of the fluent-bit image to include the fix. We will provide updates and mitigation strategies as soon as more information becomes available.
222
216
5. The latest released version of redhat/ubi9:9.3 has known security vulnerabilities with respect to setuptools GHSA-r9hx-vwmv-q579, we wait for a future upgrade of the redhad ubi image to include the fix.
223
217
6. The security context “allowPrivilegeEscalation” is set to TRUE by default in values.yaml file and cannot be changed to run the current MarkLogic container. Work is in progress to run MarkLogic container in "rootless" mode.
224
-
7. The Readiness and Startup Probe are not compatible with HA deployment. At the moment these probes may fail in the case of Security database failover. As of the 1.0.2 helm chart release, the startup and readiness probes are disabled by default.
0 commit comments