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
test: Enable hot reloading in password files (#868)
* test: Enable hot reloading in password files
* doc: Explain the annotation restarter.stackable.tech/ignore in the security documentation
* chore: Update changelog
* feat: Add annotations to the StatefulSet to ignore hot-reloadable Secrets
* chore: Avoid an unnecessary clone of a data structure
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ All notable changes to this project will be documented in this file.
20
20
This caused problems, as they have been cached by Kubernetes, so re-creations of the mentioned Secrets (e.g. by deleting and re-creating the stacklet)
21
21
could cause Trino Pods to have different shared secrets, causing workers failing to join the coordinator.
22
22
This fix places the secrets in mutable Kubernetes Secrets going forward and migrates existing immutable Secrets to mutable by re-creating them ([#876]).
23
+
- Re-enable hot-reloading of password file Secrets ([#868]).
0 commit comments