Skip to content

Commit 74a9949

Browse files
authored
feat: Add EoS checker (#697)
* feat: Add EoS checker * add changelog entry
1 parent c9ae001 commit 74a9949

File tree

7 files changed

+1937
-1532
lines changed

7 files changed

+1937
-1532
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@
66

77
- Helm: Allow Pod `priorityClassName` to be configured ([#691]).
88
- Added support for HBase 2.6.3 ([#695]).
9+
- Add end-of-support checker ([#697]).
10+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
11+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
12+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
913

1014
[#691]: https://github.com/stackabletech/hbase-operator/pull/691
15+
[#697]: https://github.com/stackabletech/hbase-operator/pull/697
1116

1217
## [25.7.0] - 2025-07-23
1318

0 commit comments

Comments
 (0)