Skip to content

Commit 26526b3

Browse files
razvannightkr
andauthored
feat: run containerdebug in the background (#687)
* feat: run containerdebug in the background * fix container name * fix containerdebug log dir * fix after running the tests * reintroduce env var * factor out ctnrdebug test * Apply Java heap size limit to Keycloak in opa-authorization test It was hitting against the container memory limits, and getting oomkilled. --------- Co-authored-by: Natalie Klestrup Röijezon <nat@nullable.se>
1 parent 3ba60de commit 26526b3

File tree

7 files changed

+189
-123
lines changed

7 files changed

+189
-123
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
1010
config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#676]).
11+
- Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]).
1112

1213
### Fixed
1314

@@ -19,6 +20,7 @@ All notable changes to this project will be documented in this file.
1920
[#672]: https://github.com/stackabletech/trino-operator/pull/672
2021
[#673]: https://github.com/stackabletech/trino-operator/pull/673
2122
[#676]: https://github.com/stackabletech/trino-operator/pull/676
23+
[#687]: https://github.com/stackabletech/trino-operator/pull/687
2224

2325
## [24.11.0] - 2024-11-18
2426

Cargo.lock

Lines changed: 67 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)