Skip to content

Commit a7f2cf5

Browse files
razvannightkr
andauthored
feat: run containerdebug in the background (#629)
* feat: run containerdebug in the background * cargo update * remove unused env var * reintroduce the CONTAINERDEBUG_LOG_DIRECTORY env var * factor out ctnrdebug test * Sync Cargo.nix --------- Co-authored-by: Natalie Klestrup Röijezon <nat@nullable.se>
1 parent 021d14a commit a7f2cf5

File tree

5 files changed

+1815
-667
lines changed

5 files changed

+1815
-667
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 reducing frequent Pod restarts ([#619]).
11+
- Run a `containerdebug` process in the background of each HDFS container to collect debugging information ([#629]).
1112

1213
### Fixed
1314

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

1819
[#616]: https://github.com/stackabletech/hdfs-operator/pull/616
1920
[#619]: https://github.com/stackabletech/hdfs-operator/pull/619
21+
[#629]: https://github.com/stackabletech/hdfs-operator/pull/629
2022

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

0 commit comments

Comments
 (0)