Skip to content

Commit 6e0a913

Browse files
authored
feat: Add EoS checker (#339)
* feat: Add EoS checker * changelog
1 parent 0df6557 commit 6e0a913

File tree

7 files changed

+1517
-1824
lines changed

7 files changed

+1517
-1824
lines changed

CHANGELOG.md

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

99
- New helm values for `csiProvisioner.priorityClassName` and `csiNodeDriver.priorityClassName` ([#334]).
10+
- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#339]).
11+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
12+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
13+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
1014

1115
### Changed
1216

@@ -26,6 +30,7 @@ All notable changes to this project will be documented in this file.
2630
[#334]: https://github.com/stackabletech/listener-operator/pull/334
2731
[#337]: https://github.com/stackabletech/listener-operator/pull/337
2832
[#338]: https://github.com/stackabletech/listener-operator/pull/338
33+
[#339]: https://github.com/stackabletech/listener-operator/pull/339
2934

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

0 commit comments

Comments
 (0)