Skip to content

Commit 5a17b05

Browse files
Techassixeniape
andauthored
feat: Re-add EoS checker (#860)
* feat: Re-add EoS checker This re-adds commit 6615410 (modified). This reverts commit 6c4d54c. Co-authored-by: Xenia Fischer <xenia.fischer@stackable.tech> * chore: Update changelog entry --------- Co-authored-by: Xenia Fischer <xenia.fischer@stackable.tech>
1 parent e268a44 commit 5a17b05

7 files changed

Lines changed: 1829 additions & 1583 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
99
- Helm: Allow Pod `priorityClassName` to be configured ([#840]).
1010
- Add support for `2.6.0` ([#849]).
1111
- Add `prometheus.io/path|port|scheme` annotations to metrics service ([#855]).
12+
- Add end-of-support checker ([#860]).
13+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
14+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
15+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
1216

1317
### Changed
1418

@@ -26,6 +30,7 @@ All notable changes to this project will be documented in this file.
2630
[#844]: https://github.com/stackabletech/nifi-operator/pull/844
2731
[#849]: https://github.com/stackabletech/nifi-operator/pull/849
2832
[#855]: https://github.com/stackabletech/nifi-operator/pull/855
33+
[#860]: https://github.com/stackabletech/nifi-operator/pull/860
2934

3035
## [25.7.0] - 2025-07-23
3136

0 commit comments

Comments
 (0)