Skip to content

Commit 56fa568

Browse files
david-yuclaudemicheleRPJakeSCahill
authored
docs (k8s): Update Kubernetes compatibility matrix for 26.1.x (#1627)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: micheleRP <michele@redpanda.com> Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com>
1 parent aa9f79b commit 56fa568

3 files changed

Lines changed: 45 additions & 42 deletions

File tree

modules/get-started/pages/release-notes/helm-charts.adoc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ See also:
1212
* xref:upgrade:k-compatibility.adoc[]
1313
* xref:upgrade:k-rolling-upgrade.adoc[]
1414
15-
== Redpanda chart v25.3.x
15+
== Console chart v26.1.x
1616

17-
link:https://github.com/redpanda-data/redpanda-operator/blob/release/v25.3.x/charts/redpanda/CHANGELOG.md[Changelog^].
17+
link:https://github.com/redpanda-data/redpanda-operator/blob/release/v26.1.x/charts/console/CHANGELOG.md[Changelog^].
18+
19+
=== Prometheus ServiceMonitor
20+
21+
The Console Helm chart now supports deploying a Prometheus `ServiceMonitor` using `monitoring.enabled`, `monitoring.scrapeInterval`, and `monitoring.labels`. See xref:deploy:console/kubernetes/deploy.adoc#prometheus-servicemonitor[Prometheus ServiceMonitor].
22+
23+
== Redpanda chart v26.1.x
24+
25+
link:https://github.com/redpanda-data/redpanda-operator/blob/release/v26.1.x/charts/redpanda/CHANGELOG.md[Changelog^].
26+
27+
=== Config-watcher sidecar resource configuration
28+
29+
You can now configure explicit CPU and memory resource requests and limits for the config-watcher sidecar using `statefulset.sideCars.configWatcher.resources`. This is required in namespaces that enforce LimitRange or ResourceQuota policies. See xref:manage:kubernetes/k-manage-resources.adoc#config-watcher[Configure config-watcher sidecar resources].

modules/get-started/pages/release-notes/operator.adoc

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,10 @@ See also:
1010
* xref:upgrade:k-rolling-upgrade.adoc[]
1111
1212
13-
== Redpanda Operator v25.3.x
13+
== Redpanda Operator v26.1.x
1414

15-
link:https://github.com/redpanda-data/redpanda-operator/blob/release/v25.3.x/operator/CHANGELOG.md[Changelog^]
15+
link:https://github.com/redpanda-data/redpanda-operator/blob/release/v26.1.x/operator/CHANGELOG.md[Changelog^]
1616

17-
=== ShadowLink resource for disaster recovery
17+
=== Prometheus ServiceMonitor for Console
1818

19-
Redpanda Operator v25.3.x introduces the ShadowLink custom resource for managing shadow links in Kubernetes. The ShadowLink resource allows you to declaratively configure and manage disaster recovery replication between Redpanda clusters.
20-
21-
* **Declarative configuration**: Define shadow links as Kubernetes resources with full lifecycle management.
22-
* **Status monitoring**: View shadow link health and replication status directly from Kubernetes.
23-
* **Integrated failover**: Delete the ShadowLink resource to fail over all topics.
24-
25-
See xref:manage:kubernetes/shadowing/k-shadow-linking.adoc[Shadow Linking in Kubernetes] for setup and xref:manage:kubernetes/shadowing/k-monitor-shadowing.adoc[monitoring] documentation.
19+
The Console custom resource supports a `monitoring` configuration that deploys a Prometheus `ServiceMonitor` to automatically discover and scrape Console metrics. See xref:deploy:console/kubernetes/deploy.adoc#prometheus-servicemonitor[Prometheus ServiceMonitor].

modules/upgrade/pages/k-compatibility.adoc

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Starting from version 25.1.1, the Redpanda Operator and Redpanda Helm chart foll
1919

2020
NOTE: If a version includes `-beta`, it is a pre-release version of the Redpanda Operator and Helm chart. These versions are not supported and should not be used in production environments. Beta versions are available only for testing and feedback. To give feedback on beta releases, reach out to the Redpanda team in https://redpanda.com/slack[Redpanda Community Slack^].
2121

22-
Each Redpanda Operator and Helm chart version supports the corresponding Redpanda core version plus one minor version above and one below. This approach ensures flexibility during upgrades. For example, Redpanda Operator version 25.1.1 supports Redpanda core versions 25.2.x, 25.1.x, and 24.3.x.
22+
Each Redpanda Operator and Helm chart version supports the corresponding Redpanda core version plus one minor version above and one below. This approach ensures flexibility during upgrades. For example, Redpanda Operator version 25.3.1 supports Redpanda core versions 26.1.x, 25.3.x, and 25.2.x.
2323

2424
Redpanda Operator and Helm chart versions are supported only while their associated Redpanda core version remains supported. If the core version reaches end of life (EoL), the corresponding versions of the Redpanda Operator and Helm chart also reach EoL.
2525

@@ -37,7 +37,30 @@ Redpanda Core has no direct dependency on Kubernetes. Compatibility is influence
3737
|===
3838
|Redpanda Core / `rpk` |Helm Chart |Operator Helm Chart |Operator |Helm CLI |Kubernetes
3939

40-
.2+|25.3.x
40+
.2+|26.1.x
41+
42+
|26.1.x
43+
|26.1.x
44+
|26.1.x
45+
|3.12+
46+
// d (default) on Kubernetes cells is required to render footnotes at the
47+
// bottom of the page rather than inside the table cell.
48+
// See https://github.com/asciidoctor/asciidoctor/issues/2350#issuecomment-546841684
49+
d|1.32.x - 1.35.x{fn-k8s-compatibility}
50+
51+
|25.3.x
52+
|25.3.x
53+
|25.3.x
54+
|3.12+
55+
d|1.30.x - 1.33.x{fn-k8s-compatibility}
56+
57+
.3+|25.3.x
58+
59+
|26.1.x
60+
|26.1.x
61+
|26.1.x
62+
|3.12+
63+
d|1.30.x - 1.33.x{fn-k8s-compatibility}
4164

4265
|25.3.x
4366
|25.3.x
@@ -70,28 +93,6 @@ d|1.30.x - 1.33.x{fn-k8s-compatibility}
7093
|25.1.x
7194
|3.12+
7295
d|1.28.x - 1.33.x{fn-k8s-compatibility}
73-
74-
.3+|25.1.x
75-
|25.1.x
76-
|25.1.x
77-
|25.1.x
78-
|3.12+
79-
// d (default) here is required to get footnotes to appear at the bottom of the page
80-
// instead of inside the table cell.
81-
// See https://github.com/asciidoctor/asciidoctor/issues/2350#issuecomment-546841684
82-
d|1.28.x - 1.32.x{fn-k8s-compatibility}
83-
84-
|5.10.x
85-
|2.4.x
86-
|2.4.x
87-
|3.12+
88-
d|1.28.x - 1.32.x{fn-k8s-compatibility}
89-
90-
|5.9.x
91-
|0.4.36
92-
|2.3.x
93-
|3.12+
94-
d|1.28.x - 1.32.x{fn-k8s-compatibility}
9596
|===
9697

9798
By default, the Redpanda Helm chart depends on cert-manager for enabling TLS.
@@ -111,12 +112,8 @@ Upgrading the Helm chart may also upgrade Redpanda Console. Because of this buil
111112
|Redpanda Console |Helm Chart |Operator
112113

113114
|v3.x.x
114-
|25.3.x, 25.2.x, 25.1.x
115-
|25.3.x, 25.2.x
116-
117-
|v2.x.x
118-
|5.10.1, 5.9.x, 5.8.x
119-
|25.3.x, 25.2.x, 25.1.x, 2.4.x, 2.3.x, 2.2.x
115+
|26.1.x, 25.3.x, 25.2.x
116+
|26.1.x, 25.3.x, 25.2.x
120117

121118
|===
122119

0 commit comments

Comments
 (0)