Skip to content

Commit

Permalink
feat: run containerdebug in the background (#803)
Browse files Browse the repository at this point in the history
* feat: run containerdebug in the background

* cargo update

* fix: remove unused env var

* reintroduce the CONTAINERDEBUG_LOG_DIRECTORY

* factor out ctnrdebug test
  • Loading branch information
razvan authored Dec 18, 2024
1 parent 9667095 commit bd925c2
Show file tree
Hide file tree
Showing 5 changed files with 510 additions and 219 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.

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

### Fixed

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

[#793]: https://github.com/stackabletech/kafka-operator/pull/793
[#796]: https://github.com/stackabletech/kafka-operator/pull/796
[#803]: https://github.com/stackabletech/kafka-operator/pull/803

## [24.11.0] - 2024-11-18

Expand Down
Loading

0 comments on commit bd925c2

Please sign in to comment.