Skip to content

Commit 03051af

Browse files
authored
feat: Add EoS checker (#615)
* feat: Add EoS checker * chore: Update schema descriptions in CRD * chore: Add changelog entry * chore: Udpate changelog entry * fix: Use patched kube version
1 parent 6622f59 commit 03051af

File tree

7 files changed

+1159
-1023
lines changed

7 files changed

+1159
-1023
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 ([#615]).
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 experimental support for Spark 4 ([#589])
1014
- Helm: Allow Pod `priorityClassName` to be configured ([#608]).
1115
- Support for Spark 3.5.7 ([#610]).
@@ -36,6 +40,7 @@ All notable changes to this project will be documented in this file.
3640
[#608]: https://github.com/stackabletech/spark-k8s-operator/pull/608
3741
[#610]: https://github.com/stackabletech/spark-k8s-operator/pull/610
3842
[#611]: https://github.com/stackabletech/spark-k8s-operator/pull/611
43+
[#615]: https://github.com/stackabletech/spark-k8s-operator/pull/615
3944
[#617]: https://github.com/stackabletech/spark-k8s-operator/pull/617
4045
[#619]: https://github.com/stackabletech/spark-k8s-operator/pull/619
4146

0 commit comments

Comments
 (0)