Skip to content

Commit d4bc877

Browse files
committed
docs(maintenance): Add EoS check page
1 parent d4891dc commit d4bc877

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

  • modules/concepts/pages/maintenance
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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]

0 commit comments

Comments
 (0)