We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4439d6e commit 1dad62aCopy full SHA for 1dad62a
CHANGELOG.md
@@ -7,8 +7,13 @@ All notable changes to this project will be documented in this file.
7
### Added
8
9
- Helm: Allow Pod `priorityClassName` to be configured ([#713]).
10
+- Add end-of-support checker ([#718]).
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.
14
15
[#713]: https://github.com/stackabletech/hdfs-operator/pull/713
16
+[#718]: https://github.com/stackabletech/hdfs-operator/pull/718
17
18
## [25.7.0] - 2025-07-23
19
0 commit comments