Skip to content

Commit

Permalink
Run containerdebug as a background job (#881)
Browse files Browse the repository at this point in the history
* 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 <84674+razvan@users.noreply.github.com>
  • Loading branch information
nightkr and razvan authored Dec 13, 2024
1 parent 520ef19 commit 646d08e
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 149 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ 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 ([#892]).
- Run a `containerdebug` process in the background of each Zookeeper container to collect debugging information ([#881]).

### Fixed

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

[#881]: https://github.com/stackabletech/zookeeper-operator/pull/881
[#889]: https://github.com/stackabletech/zookeeper-operator/pull/889
[#892]: https://github.com/stackabletech/zookeeper-operator/pull/892

Expand Down
Loading

0 comments on commit 646d08e

Please sign in to comment.