Skip to content

Commit cd27fa0

Browse files
Techassixeniape
andauthored
feat: Re-add EoS checker (#647)
* feat: Re-add EoS checker This re-adds commit a49e4a7 (modified). This reverts commit 32c83a9. Co-authored-by: Xenia Fischer <[email protected]> * chore: Update changelog entry --------- Co-authored-by: Xenia Fischer <[email protected]>
1 parent df42547 commit cd27fa0

File tree

7 files changed

+1781
-1569
lines changed

7 files changed

+1781
-1569
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
88

99
- Helm: Allow Pod `priorityClassName` to be configured ([#633]).
1010
- Add `prometheus.io/path|port|scheme` annotations to metrics service ([#641]).
11+
- Add end-of-support checker ([#647]).
12+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
13+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
14+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
1115

1216
### Fixed
1317

@@ -20,6 +24,7 @@ All notable changes to this project will be documented in this file.
2024
[#633]: https://github.com/stackabletech/hive-operator/pull/633
2125
[#636]: https://github.com/stackabletech/hive-operator/pull/636
2226
[#641]: https://github.com/stackabletech/hive-operator/pull/641
27+
[#647]: https://github.com/stackabletech/hive-operator/pull/647
2328

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

0 commit comments

Comments
 (0)