Skip to content

Commit a366fe2

Browse files
authored
feat: Re-add EoS checker (#765)
* feat: Re-add EoS checker This re-adds commit ed575ce (modified). This reverts commit a6ad574. * chore: Add changelog entry * chore: Pin kube to 2.0.1 * chore: Add comment
1 parent 7eac8f2 commit a366fe2

File tree

7 files changed

+2481
-1667
lines changed

7 files changed

+2481
-1667
lines changed

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 ([#752]).
1010
- Add support for `34.0.0` ([#755]).
1111
- Add `prometheus.io/path|port|scheme` annotations to metrics services ([#761]).
12+
- Add end-of-support checker ([#765]).
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

@@ -33,6 +37,7 @@ All notable changes to this project will be documented in this file.
3337
[#755]: https://github.com/stackabletech/druid-operator/pull/755
3438
[#756]: https://github.com/stackabletech/druid-operator/pull/756
3539
[#761]: https://github.com/stackabletech/druid-operator/pull/761
40+
[#765]: https://github.com/stackabletech/druid-operator/pull/765
3641

3742
## [25.7.0] - 2025-07-23
3843

0 commit comments

Comments
 (0)