Skip to content

Commit 646d08e

Browse files
nightkrrazvan
andauthored
Run containerdebug as a background job (#881)
* Run containerdebug as a background job See stackabletech/issues#527 * Direct containerdebug logs to disk * Save containerdebug state too * update test and changelog * update Cargo.nix * fix typo * fix containerdebug log dir * another fix after running the tests * revert env var removal --------- Co-authored-by: Razvan-Daniel Mihai <[email protected]>
1 parent 520ef19 commit 646d08e

File tree

5 files changed

+201
-149
lines changed

5 files changed

+201
-149
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ 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 ([#892]).
11+
- Run a `containerdebug` process in the background of each Zookeeper container to collect debugging information ([#881]).
1112

1213
### Fixed
1314

1415
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
1516
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
1617
restart ([#889]).
1718

19+
[#881]: https://github.com/stackabletech/zookeeper-operator/pull/881
1820
[#889]: https://github.com/stackabletech/zookeeper-operator/pull/889
1921
[#892]: https://github.com/stackabletech/zookeeper-operator/pull/892
2022

0 commit comments

Comments
 (0)