File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
modules/ROOT/partials/release-notes Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -359,3 +359,12 @@ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zooke
359
359
----
360
360
361
361
==== Known issues
362
+
363
+ * During the upgrade of the secret-operator CRD, special care must be taken because the CRD introduces the new TrustStore custom resource.
364
+ It is recommended to apply it instead of replacing it: `kubectl apply -f ...`.
365
+ * There are strong indicators that TLS CA handling is broken in products using `keytool`.
366
+ As of now, we confirmed that Trino has an issue in properly handling CA rotations due to a limitation with `keytool`.
367
+ The report in https://github.com/stackabletech/issues/issues/744[issues#744] outlines a workaround which requires the following steps:
368
+ . Identify the secretClass used by the secret-operator to distribute CAs.
369
+ . Delete this secret causing secret-operator to re-create a new CA secret.
370
+ . Restart all stackable pods manually.
You can’t perform that action at this time.
0 commit comments