You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/console/partials/operator-console-version-note.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.The Redpanda Operator deploys Redpanda Console v2.x, not v3.x
1
+
.The Redpanda Operator deploys Redpanda Console v2.x, not v3.x.
2
2
[%collapsible]
3
3
====
4
4
Redpanda Console v3 is **not yet available when deploying with the Redpanda Operator**. The Redpanda Operator continues to deploy Redpanda Console v2. To try Redpanda Console v3 in Kubernetes, you can xref:deploy:deployment-option/self-hosted/kubernetes/k-production-deployment.adoc[deploy Redpanda using the Redpanda Helm chart] instead of the Redpanda Operator.
Copy file name to clipboardExpand all lines: modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-production-deployment.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,8 @@ spec:
84
84
#licenseSecretRef:
85
85
#name: <secret-name>
86
86
#key: <secret-key>
87
+
image:
88
+
tag: {latest-redpanda-tag}
87
89
statefulset:
88
90
extraVolumes: |-
89
91
- name: redpanda-io-config
@@ -99,6 +101,7 @@ spec:
99
101
- `metadata.name`: Name to assign the Redpanda cluster.
100
102
- xref:reference:k-crd.adoc#k8s-api-github-com-redpanda-data-redpanda-operator-api-redpanda-v1alpha2-redpandaclusterspec[`spec.clusterSpec`]: This is where you can override default values in the Redpanda Helm chart. Here, you mount the <<prerequisites, I/O configuration file>> to the Pods that run Redpanda. For other configuration details, see <<Production considerations>>.
101
103
- `spec.clusterSpec.enterprise`: If you want to use enterprise features in Redpanda, uncomment this section and add the details of a Secret that stores your Enterprise Edition license key. For details, see xref:get-started:licenses.adoc[].
104
+
- `spec.clusterSpec.image.tag`: Deploys the latest version of Redpanda.
102
105
- `spec.clusterSpec.statefulset`: Here, you mount the <<prerequisites, I/O configuration file>> to the Pods that run Redpanda. For other configuration details, see <<Production considerations>>.
103
106
104
107
. Apply the Redpanda resource:
@@ -169,6 +172,8 @@ The Redpanda Helm chart enables TLS by default and uses cert-manager to manage T
- `image.tag`: Deploys the latest version of Redpanda.
78
81
- `external.domain`: The custom domain that each broker will advertise to clients externally. This domain is added to the internal and external TLS certificates so that you can connect to the cluster using this domain.
79
82
- `auth.sasl.name`: Creates a superuser called `superuser` that can grant permissions to new users in your cluster using access control lists (ACLs).
80
83
- `storage.persistentVolume.storageClass`: Points each PVC associated with the Redpanda brokers to the `csi-driver-lvm-striped-xfs` StorageClass. This StorageClass allows the LVM CSI driver to provision the appropriate local PersistentVolumes backed by NVMe disks for each Redpanda broker.
- `image.tag`: Deploys the latest version of Redpanda.
139
144
- `external.domain`: The custom domain that each broker advertises to clients externally. This domain is added to the internal and external TLS certificates so that you can connect to the cluster using this domain.
140
145
- `auth.sasl.name`: Creates a superuser called `superuser` that can grant permissions to new users in your cluster using access control lists (ACLs).
141
146
- `storage.persistentVolume.storageClass`: Points each PVC associated with the Redpanda brokers to the `csi-driver-lvm-striped-xfs` StorageClass. This StorageClass allows the LVM CSI driver to provision the appropriate local PersistentVolumes backed by NVMe disks for each Redpanda broker.
The Redpanda Helm chart and Redpanda Operator are versioned and tested alongside specific Redpanda core releases, Kubernetes, and Helm.
13
13
14
-
Starting from version v25.1.1-beta1, the Redpanda Operator and Redpanda Helm chart follow a new versioning scheme aligned with Redpanda core releases:
14
+
Starting from version 25.1.1, the Redpanda Operator and Redpanda Helm chart follow a new versioning scheme aligned with Redpanda core releases:
15
15
16
16
- `v25.1` refers to the Redpanda core feature release deployed by default.
17
17
18
18
- The patch version denotes the patch version for either the operator or Helm chart. It is not the patch version of Redpanda core.
19
19
20
-
- The beta version is used for pre-release versions of the Redpanda Operator and Helm chart. These versions are not intended for production use.
20
+
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^].
21
21
22
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.
23
23
24
24
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.
25
25
26
-
NOTE: Beta versions are available only for testing and feedback. They are not supported by Redpanda and should not be used in production environments. To give feedback on beta releases, reach out to the Redpanda team in https://redpanda.com/slack[Redpanda Community Slack^].
27
-
28
26
== Kubernetes version policy
29
27
30
-
The minimum supported Kubernetes version is {supported-kubernetes-version}.
31
-
32
28
The Kubernetes versions listed in the compatibility matrix are suggested ranges, based on testing and reported usage. Not every patch or minor version within these ranges is explicitly tested.
33
29
34
30
To request compatibility testing of a Kubernetes version outside of the given ranges, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda support^].
@@ -41,32 +37,69 @@ Redpanda Core has no direct dependency on Kubernetes. Compatibility is influence
0 commit comments