Skip to content

Commit 3a23f64

Browse files
authored
feat: Add EoS checker (#670)
* feat: Add EoS checker * chore: Update schema descriptions in CRD * chore: Add EoS checker * chore: Update changelog entry
1 parent fce121f commit 3a23f64

7 files changed

Lines changed: 662 additions & 889 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### Added
66

7+
- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#670]).
8+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
9+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
10+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
711
- Helm: Allow Pod `priorityClassName` to be configured ([#664]).
812
- Add version `4.1.4` ([#669]).
913

@@ -21,6 +25,7 @@
2125
[#664]: https://github.com/stackabletech/superset-operator/pull/664
2226
[#666]: https://github.com/stackabletech/superset-operator/pull/666
2327
[#669]: https://github.com/stackabletech/superset-operator/pull/669
28+
[#670]: https://github.com/stackabletech/superset-operator/pull/670
2429

2530
## [25.7.0] - 2025-07-23
2631

0 commit comments

Comments
 (0)