Skip to content

Commit 0e05c60

Browse files
authored
feat: Add EoS checker (#771)
* feat: Add EoS checker * chore: Update CRD descriptions and maximum values * chore: Add changelog entry
1 parent 48ea07e commit 0e05c60

File tree

7 files changed

+618
-749
lines changed

7 files changed

+618
-749
lines changed

CHANGELOG.md

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

77
### Added
88

9+
- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#771]).
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
- Add a dedicated per-rolegroup `-metrics` Service, which can be used to get Prometheus metrics ([#748]).
1014
- Expose more Prometheus metrics, such as successful or failed bundle loads and information about the OPA environment ([#748]).
1115
- Helm: Allow Pod `priorityClassName` to be configured ([#762]).
@@ -34,6 +38,7 @@ All notable changes to this project will be documented in this file.
3438
[#762]: https://github.com/stackabletech/opa-operator/pull/762
3539
[#765]: https://github.com/stackabletech/opa-operator/pull/765
3640
[#767]: https://github.com/stackabletech/opa-operator/pull/767
41+
[#771]: https://github.com/stackabletech/opa-operator/pull/771
3742

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

0 commit comments

Comments
 (0)