Skip to content

Commit bd925c2

Browse files
authored
feat: run containerdebug in the background (#803)
* feat: run containerdebug in the background * cargo update * fix: remove unused env var * reintroduce the CONTAINERDEBUG_LOG_DIRECTORY * factor out ctnrdebug test
1 parent 9667095 commit bd925c2

File tree

5 files changed

+510
-219
lines changed

5 files changed

+510
-219
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 ([#796]).
11+
- Run a `containerdebug` process in the background of each Kafka container to collect debugging information ([#803]).
1112

1213
### Fixed
1314

@@ -17,6 +18,7 @@ All notable changes to this project will be documented in this file.
1718

1819
[#793]: https://github.com/stackabletech/kafka-operator/pull/793
1920
[#796]: https://github.com/stackabletech/kafka-operator/pull/796
21+
[#803]: https://github.com/stackabletech/kafka-operator/pull/803
2022

2123
## [24.11.0] - 2024-11-18
2224

0 commit comments

Comments
 (0)