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 d7222bb commit 615b234Copy full SHA for 615b234
CHANGELOG.md
@@ -4,7 +4,10 @@
4
5
### Added
6
7
-- Add end-of-support checker ([#670]).
+- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#670]).
8
+ - `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
9
+ - `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
10
+ - `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
11
- Helm: Allow Pod `priorityClassName` to be configured ([#664]).
12
- Add version `4.1.4` ([#669]).
13
0 commit comments