Skip to content

Commit 7276551

Browse files
committed
docs: Add initial set of known issues
1 parent d3c9b6a commit 7276551

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/ROOT/partials/release-notes/release-25.7.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,12 @@ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zooke
359359
----
360360

361361
==== 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.

0 commit comments

Comments
 (0)