Skip to content

Commit 22dc32a

Browse files
authored
feat: Add EoS checker (#804)
* feat: Add EoS checker * chore: Update schema descriptions in CRD * chore: Add changelog entry * chore: Update chanelog entry * fix: Use patched kube version
1 parent 428154c commit 22dc32a

File tree

7 files changed

+1134
-1021
lines changed

7 files changed

+1134
-1021
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 ([#804]).
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
- Support for fault-tolerant execution ([#779], [#793]).
1014
- Support for the client spooling protocol ([#793]).
1115
- Helm: Allow Pod `priorityClassName` to be configured ([#798]).
@@ -36,6 +40,7 @@ All notable changes to this project will be documented in this file.
3640
[#796]: https://github.com/stackabletech/trino-operator/pull/796
3741
[#798]: https://github.com/stackabletech/trino-operator/pull/798
3842
[#801]: https://github.com/stackabletech/trino-operator/pull/801
43+
[#804]: https://github.com/stackabletech/trino-operator/pull/804
3944
[#805]: https://github.com/stackabletech/trino-operator/pull/805
4045
[#807]: https://github.com/stackabletech/trino-operator/pull/807
4146

0 commit comments

Comments
 (0)