File tree Expand file tree Collapse file tree
modules/concepts/pages/maintenance Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ = End-of-Support (EoS) check
2+
3+ Since SDP 25.11.0 operators emit a warning message on startup and in a regular interval when it may have reached end-of-support.
4+ Most of our operators reach end-of-support one year after they have been released which roughly translates to three SDP releases.
5+ This is in accordance with our xref:compliance:policies.adoc[support policy].
6+
7+ The interval can be adjusted or the check can be disabled completely via Helm values.
8+
9+ [NOTE]
10+ ====
11+ The following sections describe the available fields as well as their default and supported values.
12+ ====
13+
14+ [source,yaml]
15+ ----
16+ maintenance:
17+ endOfSupportCheck:
18+ enabled: true # <1>
19+ mode: offline # <2>
20+ interval: 24h # <3>
21+ ----
22+
23+ <1> Boolean: `true` , `false`
24+ <2> Enum: `offline` (currently no other options available)
25+ <3> Duration: Any duration according to xref:reference:duration.adoc[this format]
You can’t perform that action at this time.
0 commit comments