Skip to content

Commit 7534085

Browse files
fix: Add startupProbe to prevent Superset startup problems (#654)
* fix: Add startupProbe to prevent Superset startup problems * changelog * Update CHANGELOG.md Co-authored-by: Nick <[email protected]> * Use new ProbeBuilder * Use op-rs 0.96.0 * regenerate nix * Apply suggestions from code review Co-authored-by: Nick <[email protected]> * cargo update * nix update --------- Co-authored-by: Nick <[email protected]>
1 parent 49fe184 commit 7534085

File tree

7 files changed

+1205
-842
lines changed

7 files changed

+1205
-842
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Fix container not starting because Superset was starting too slow and was killed because a failing liveness probe.
8+
We now add a proper startup probe, which allows Superset to take longer to start up ([#654]).
9+
10+
[#654]: https://github.com/stackabletech/superset-operator/pull/654
11+
512
## [25.7.0] - 2025-07-23
613

714
## [25.7.0-rc1] - 2025-07-18

0 commit comments

Comments
 (0)