+ ```
+
+ Look for successful validation in the Events section.
+
+3. **Retry database creation:**
+
+ After the module is available in the REC, the database creation should succeed automatically, or you can delete and recreate the REDB.
## Related information
-- [Database controller]({{< relref "/operate/kubernetes/re-databases/db-controller" >}}) - Learn how to create and manage Redis Enterprise databases
-- [Active-Active databases]({{< relref "/operate/kubernetes/active-active" >}}) - Set up globally distributed Active-Active databases
-- [Database connectivity]({{< relref "/operate/kubernetes/networking/database-connectivity" >}}) - Connect applications to your Redis Enterprise databases
+- [Redis modules documentation]({{< relref "/develop/reference/modules" >}}) - Official Redis modules documentation
- [REDB API reference]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_database_api" >}}) - Complete API specification for REDB resources
- [REAADB API reference]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api" >}}) - API reference for Active-Active databases
-- [Redis modules documentation](https://redis.io/docs/latest/develop/reference/modules/) - Official Redis modules documentation
+
+### Redis Software documentation
+
+- [Add modules to a cluster]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster" >}}) - Install module packages on Redis Enterprise Software clusters
+- [Enable modules for a database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-database" >}}) - Add modules to databases in Redis Enterprise Software
+- [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) - Upgrade module versions in Redis Enterprise Software
+- [Module lifecycle]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle" >}}) - Module versioning and end-of-life schedule
diff --git a/content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md b/content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md
index 9ba26f3b56..9e371b868e 100644
--- a/content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md
+++ b/content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md
@@ -171,7 +171,14 @@ The Active-Active database global configurations, contains the global properties
| alertSettings |
object |
- Settings for database alerts. Note - Alert settings are not supported for Active-Active database.
+ Settings for database alerts.
+ |
+ false |
+
+ | auditing |
+ object |
+
+ Database auditing configuration.
|
false |
@@ -323,6 +330,16 @@ The Active-Active database global configurations, contains the global properties
Whether this database supports RESP3 protocol. Note - Deleting this property after explicitly setting its value shall have no effect. Please view the corresponding field in RS doc for more info.
false |
+
+ | rofRamRatio |
+ integer |
+
+ RAM allocation ratio for Redis Flex (v2) databases as a percentage of total data size. Valid range 0-100. When omitted, RS uses the default value of 50%. Controls how much RAM is allocated per unit of data (e.g., 30% means 3MB RAM per 10MB data). RAM grows proportionally with data until rofRamSize limit is reached (if specified). Only applicable when isRof=true and Redis version >= 8.0 (BigStore v2 - Redis Flex).
+
+ Minimum: 0
+ Maximum: 100
+ |
+ false |
| rofRamSize |
string |
@@ -422,7 +439,7 @@ Connection/ association to the Active-Active database.
### spec.globalConfigurations.alertSettings
[↩ Parent](#specglobalconfigurations)
-Settings for database alerts. Note - Alert settings are not supported for Active-Active database.
+Settings for database alerts.
@@ -1022,6 +1039,31 @@ Dataset size has reached the threshold value [% of the memory limit]
+### spec.globalConfigurations.auditing
+[↩ Parent](#specglobalconfigurations)
+
+Database auditing configuration.
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | dbConnsAuditing |
+ boolean |
+
+ Enables auditing of database connection and authentication events. When enabled, connection, authentication, and disconnection events are tracked and sent to the configured audit listener (configured at the cluster level). The cluster-level auditing configuration must be set before enabling this on a database.
+ |
+ false |
+
+
+
+
### spec.globalConfigurations.backup
[↩ Parent](#specglobalconfigurations)
diff --git a/content/operate/kubernetes/reference/api/redis_enterprise_cluster_api.md b/content/operate/kubernetes/reference/api/redis_enterprise_cluster_api.md
index 4cc62e587a..4c3c0f626f 100644
--- a/content/operate/kubernetes/reference/api/redis_enterprise_cluster_api.md
+++ b/content/operate/kubernetes/reference/api/redis_enterprise_cluster_api.md
@@ -96,6 +96,13 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
Additional antiAffinity terms in order to support installation on different zones/vcenters
false |
+
+ | auditing |
+ object |
+
+ Cluster-level configuration for auditing database connection and authentication events. Includes both the audit listener connection parameters and the default policy for new databases.
+ |
+ false |
| backup |
object |
@@ -128,7 +135,7 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
clusterCredentialSecretName |
string |
- Secret Name/Path to use for Cluster Credentials. To be used only if ClusterCredentialSecretType is vault. If left blank, will use cluster name.
+ Name or path of the secret containing cluster credentials. Defaults to the cluster name if left blank. For Kubernetes secrets (default): Must be set to the cluster name or left blank. The secret can be pre-created with 'username' and 'password' fields, or otherwise it will be automatically created with a default username and auto-generated password. For Vault secrets: Can be customized with the path of the secret within Vault. The secret must be pre-created in Vault before REC creation.
|
false |
@@ -165,7 +172,7 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
| createServiceAccount |
boolean |
- Whether to create service account
+ Creates a service account for Redis Enterprise.
|
false |
@@ -214,7 +221,7 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
| ingressOrRouteSpec |
object |
- Access configurations for the Redis Enterprise Cluster and Databases. At most one of ingressOrRouteSpec or activeActive fields can be set at the same time.
+ Access configurations for the Redis Enterprise cluster and databases. At most one of ingressOrRouteSpec or activeActive fields can be set at the same time.
|
false |
@@ -265,7 +272,7 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
| persistentSpec |
object |
- Specification for Redis Enterprise Cluster persistence
+ Persistent storage configuration for Redis Enterprise cluster.
|
false |
@@ -395,14 +402,14 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
| redisOnFlashSpec |
object |
- Stores configurations specific to redis on flash. If provided, the cluster will be capable of creating redis on flash databases.
+ Auto Tiering (Redis on Flash) configuration. When provided, the cluster can create Auto Tiering databases.
|
false |
| redisUpgradePolicy |
enum |
- Redis upgrade policy to be set on the Redis Enterprise Cluster. Possible values: major/latest This value is used by the cluster to choose the Redis version of the database when an upgrade is performed. The Redis Enterprise Cluster includes multiple versions of OSS Redis that can be used for databases.
+ Redis upgrade policy to be set on the Redis Enterprise cluster. Possible values: major/latest This value is used by the cluster to choose the Redis version of the database when an upgrade is performed. The Redis Enterprise cluster includes multiple versions of OSS Redis that can be used for databases.
Enum: major, latest
|
@@ -425,7 +432,7 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
serviceAccountName |
string |
- Name of the service account to use
+ Name of the service account to use for Redis Enterprise.
|
false |
@@ -456,18 +463,25 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
Slave high availability mechanism configuration.
false |
+
+ | sso |
+ object |
+
+ Cluster-level SSO configuration for authentication to the Cluster Manager UI.
+ |
+ false |
| uiAnnotations |
map[string]string |
- Annotations for Redis Enterprise UI service. This annotations will override the overlapping global annotations set under spec.services.servicesAnnotations The specified annotations will not override annotations that already exist and didn't originate from the operator, except for the 'redis.io/last-keys' annotation which is reserved.
+ Additional annotations for the Redis Enterprise UI service. These annotations override overlapping global annotations set under spec.services.servicesAnnotations. The specified annotations will not override annotations that already exist and didn't originate from the operator, except for the 'redis.io/last-keys' annotation which is reserved.
|
false |
| uiServiceType |
enum |
- Type of service used to expose Redis Enterprise UI (https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)
+ Service type for exposing the Redis Enterprise UI (https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types).
Enum: ClusterIP, NodePort, LoadBalancer, ExternalName
|
@@ -476,7 +490,7 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
upgradeSpec |
object |
- Specification for upgrades of Redis Enterprise
+ Redis Enterprise upgrade configuration
|
false |
@@ -486,6 +500,13 @@ RedisEnterpriseClusterSpec defines the desired state of RedisEnterpriseCluster
The configuration of the usage meter.
false |
+
+ | userDefinedModules |
+ []object |
+
+ List of user-defined modules to be downloaded and installed during cluster bootstrap The modules on the list will be downloaded on cluster creation, upgrade, scale-out and recovery and installed on all nodes. Note that changing this field for a running cluster will trigger a rolling update.
+ |
+ false |
| username |
string |
@@ -559,6 +580,93 @@ Specification for ActiveActive setup. At most one of ingressOrRouteSpec or activ
+### spec.auditing
+[↩ Parent](#spec)
+
+Cluster-level configuration for auditing database connection and authentication events. Includes both the audit listener connection parameters and the default policy for new databases.
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | config |
+ object |
+
+ Configuration for the audit listener connection
+ |
+ false |
+
+ | dbConnsAuditing |
+ boolean |
+
+ Cluster-wide default policy for database connection auditing. When set to true, connection auditing will be enabled by default for all new databases. Existing databases are not affected and can override this setting individually.
+ |
+ false |
+
+
+
+
+### spec.auditing.config
+[↩ Parent](#specauditing)
+
+Configuration for the audit listener connection
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | auditAddress |
+ string |
+
+ TCP/IP address or file path where audit notifications will be sent. For TCP protocol: IP address of the audit listener. For local protocol: file path for audit output (development/testing only).
+ |
+ true |
+
+ | auditProtocol |
+ enum |
+
+ Protocol used to send audit notifications. Valid values: "TCP" or "local". For production systems, use "TCP". "local" is for development/testing only.
+
+ Enum: TCP, local
+ |
+ true |
+
+ | auditPort |
+ integer |
+
+ Port number where audit notifications will be sent (TCP protocol only).
+ |
+ false |
+
+ | auditReconnectInterval |
+ integer |
+
+ Interval in seconds between attempts to reconnect to the audit listener.
+ |
+ false |
+
+ | auditReconnectMaxAttempts |
+ integer |
+
+ Maximum number of attempts to reconnect to the audit listener. Set to 0 for infinite attempts.
+ |
+ false |
+
+
+
+
### spec.backup
[↩ Parent](#spec)
@@ -744,55 +852,70 @@ RS Cluster Certificates. Used to modify the certificates used by the cluster. Se
apiCertificateSecretName |
string |
- Secret name to use for cluster's API certificate. If left blank, a cluster-provided certificate will be used.
+ Secret name to use for cluster's API certificate. The secret must contain the following structure - A key 'name' with the value 'api'. - A key 'certificate' with the value of the certificate in PEM format. - A key 'key' with the value of the private key. If left blank, a cluster-provided certificate will be used.
|
false |
| cmCertificateSecretName |
string |
- Secret name to use for cluster's CM (Cluster Manager) certificate. If left blank, a cluster-provided certificate will be used.
+ Secret name to use for cluster's CM (Cluster Manager) certificate. The secret must contain the following structure - A key 'name' with the value 'cm'. - A key 'certificate' with the value of the certificate in PEM format. - A key 'key' with the value of the private key. If left blank, a cluster-provided certificate will be used.
|
false |
| cpInternodeEncryptionCertificateSecretName |
string |
- Secret name to use for control plane internode encryption certificate. If left blank, a cluster-provided certificate will be used.
+ Secret name to use for cluster's Control Plane Internode Encryption (CPINE) certificate. The secret must contain the following structure - A key 'name' with the value 'ccs_internode_encryption'. - A key 'certificate' with the value of the certificate in PEM format. - A key 'key' with the value of the private key. If left blank, a cluster-provided certificate will be used.
|
false |
| dpInternodeEncryptionCertificateSecretName |
string |
- Secret name to use for data plane internode encryption certificate. If left blank, a cluster-provided certificate will be used.
+ Secret name to use for cluster's Data Plane Internode Encryption (DPINE) certificate. The secret must contain the following structure - A key 'name' with the value 'data_internode_encryption'. - A key 'certificate' with the value of the certificate in PEM format. - A key 'key' with the value of the private key. If left blank, a cluster-provided certificate will be used.
|
false |
| ldapClientCertificateSecretName |
string |
- Secret name to use for cluster's LDAP client certificate. If left blank, LDAP client certificate authentication will be disabled.
+
+ Secret name to use for cluster's LDAP client certificate. The secret must contain the following structure - A key 'name' with the value 'ldap_client'. - A key 'certificate' with the value of the certificate in PEM format. - A key 'key' with the value of the private key. If left blank, LDAP client certificate authentication will be disabled.
|
false |
| metricsExporterCertificateSecretName |
string |
- Secret name to use for cluster's Metrics Exporter certificate. If left blank, a cluster-provided certificate will be used.
+ Secret name to use for cluster's Metrics Exporter certificate. The secret must contain the following structure - A key 'name' with the value 'metrics_exporter'. - A key 'certificate' with the value of the certificate in PEM format. - A key 'key' with the value of the private key. If left blank, a cluster-provided certificate will be used.
|
false |
| proxyCertificateSecretName |
string |
- Secret name to use for cluster's Proxy certificate. If left blank, a cluster-provided certificate will be used.
+ Secret name to use for cluster's Proxy certificate. The secret must contain the following structure - A key 'name' with the value 'proxy'. - A key 'certificate' with the value of the certificate in PEM format. - A key 'key' with the value of the private key. If left blank, a cluster-provided certificate will be used.
+ |
+ false |
+
+ | ssoIssuerCertificateSecretName |
+ string |
+
+ Secret name to use for the SSO Identity Provider (IdP) certificate. This is the public certificate from your SAML Identity Provider used to verify SAML assertions. The secret must contain 'name' and 'certificate' fields (no 'key' field needed for IdP cert). This is optional - if using IdP metadata XML, the IdP certificate is included in the metadata.
+ |
+ false |
+
+ | ssoServiceCertificateSecretName |
+ string |
+
+ Secret name to use for cluster's SSO service certificate. Used for SAML-based SSO authentication to the Cluster Manager. The secret must contain 'name', 'certificate', and 'key' fields (same format as other cluster certificates). If left blank, SSO will not be configured.
|
false |
| syncerCertificateSecretName |
string |
- Secret name to use for cluster's Syncer certificate. If left blank, a cluster-provided certificate will be used.
+ Secret name to use for cluster's Syncer certificate. The secret must contain the following structure - A key 'name' with the value 'syncer'. - A key 'certificate' with the value of the certificate in PEM format. - A key 'key' with the value of the private key. If left blank, a cluster-provided certificate will be used.
|
false |
@@ -905,7 +1028,7 @@ HostAlias holds the mapping between IP and hostnames that will be injected as an
### spec.ingressOrRouteSpec
[↩ Parent](#spec)
-Access configurations for the Redis Enterprise Cluster and Databases. At most one of ingressOrRouteSpec or activeActive fields can be set at the same time.
+Access configurations for the Redis Enterprise cluster and databases. At most one of ingressOrRouteSpec or activeActive fields can be set at the same time.
@@ -1276,7 +1399,7 @@ An API object that represents the cluster's OCSP configuration. To enable OCSP,
### spec.persistentSpec
[↩ Parent](#spec)
-Specification for Redis Enterprise Cluster persistence
+Persistent storage configuration for Redis Enterprise cluster.
@@ -1369,14 +1492,14 @@ Mitigation setting for STS pods stuck in "ContainerCreating"
| enabled |
boolean |
- Whether to detect and attempt to mitigate pod startup issues
+ Enables detection and mitigation of pod startup issues.
|
true |
| startingThresholdSeconds |
integer |
- Time in seconds to wait for a pod to be stuck while starting up before action is taken. If set to 0, will be treated as if disabled.
+ Time in seconds to wait before taking action on a pod stuck during startup. Set to 0 to disable.
Format: int32
|
@@ -2269,7 +2392,7 @@ Compute resource requirements for Services Rigger pod
### spec.redisOnFlashSpec
[↩ Parent](#spec)
-Stores configurations specific to redis on flash. If provided, the cluster will be capable of creating redis on flash databases.
+Auto Tiering (Redis on Flash) configuration. When provided, the cluster can create Auto Tiering databases.
@@ -2348,7 +2471,7 @@ The security configuration that will be applied to RS pods.
| resourceLimits |
object |
- Settings pertaining to resource limits management by the Redis Enterprise Node container.
+ Settings pertaining to resource limits management by the Redis Enterprise node container.
|
false |
@@ -2383,7 +2506,7 @@ Policy controlling whether to enable read-only root filesystem for the Redis Ent
### spec.securityContext.resourceLimits
[↩ Parent](#specsecuritycontext)
-Settings pertaining to resource limits management by the Redis Enterprise Node container.
+Settings pertaining to resource limits management by the Redis Enterprise node container.
@@ -3242,7 +3365,7 @@ Slave high availability mechanism configuration.
| slaveHAGracePeriod |
integer |
- Time in seconds between when a node fails, and when slave high availability mechanism starts relocating shards. If set to 0, will not affect cluster configuration.
+ Grace period in seconds between node failure and when the high availability mechanism starts relocating shards. Set to 0 to not affect cluster configuration.
Format: int32
|
@@ -3251,10 +3374,159 @@ Slave high availability mechanism configuration.
+### spec.sso
+[↩ Parent](#spec)
+
+Cluster-level SSO configuration for authentication to the Cluster Manager UI.
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | enabled |
+ boolean |
+
+ Enables SSO for Cluster Manager authentication. SSO requires the following configuration - Service Provider certificate (spec.certificates.ssoServiceCertificateSecretName), Identity Provider certificate (spec.certificates.ssoIssuerCertificateSecretName), IdP metadata or manual issuer configuration (spec.sso.saml.idpMetadataSecretName or spec.sso.saml.issuer), and Base address for Service Provider URLs (auto-determined from UI service or set via spec.sso.saml.serviceProvider.baseAddress).
+ |
+ true |
+
+ | saml |
+ object |
+
+ SAML-based SSO configuration. Currently,SAML is the only supported SSO protocol.
+ |
+ true |
+
+ | enforceSSO |
+ boolean |
+
+ Enforces SSO-only authentication for the Cluster Manager. When true, local username/password authentication is disabled for non-admin users. When false (default), both SSO and local authentication are available.
+ |
+ false |
+
+
+
+
+### spec.sso.saml
+[↩ Parent](#specsso)
+
+SAML-based SSO configuration. Currently,SAML is the only supported SSO protocol.
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | idpMetadataSecretName |
+ string |
+
+ Name of a secret in the same namespace that contains the Identity Provider (IdP) metadata XML. The secret must contain a key named 'idp_metadata' with the IdP metadata XML content. The XML can be plain text or base64-encoded; the operator handles encoding as needed. Obtain this metadata from your SAML Identity Provider (e.g., Okta or Azure AD). This is the recommended configuration method, as it's less error-prone. Either idpMetadataSecretName or issuer must be specified. If both are provided, idpMetadataSecretName takes precedence and issuer is ignored.
+ |
+ false |
+
+ | issuer |
+ object |
+
+ Manual Identity Provider (IdP) configuration. Use this when IdP metadata XML is unavailable. Either idpMetadataSecretName or issuer must be specified. If both are provided, idpMetadataSecretName takes precedence and issuer is ignored.
+ |
+ false |
+
+ | serviceProvider |
+ object |
+
+ Service Provider (SP) configuration.
+ |
+ false |
+
+ | spMetadataSecretName |
+ string |
+
+ Name of a secret where the operator stores the Service Provider (SP) metadata XML. The operator creates this secret with a key named 'sp_metadata' that contains the base64-encoded SP metadata XML. Upload this metadata to your Identity Provider. If not specified, defaults to "-sso-sp-metadata". If not specified, the Service Provider metadata isn't stored in a K8s secret, but can still be obtained directly from the cluster's UI and/or API. Note: This secret is only created when the cluster is configured to use Kubernetes secrets (spec.clusterCredentialSecretType is unset or set to "kubernetes"). When using Vault secrets, the operator does not create this secret. Users can obtain the SP metadata directly from the Redis Enterprise Server API endpoint: GET /v1/cluster/sso/saml/metadata/sp and store it in Vault themselves if needed.
+ |
+ false |
+
+
+
+
+### spec.sso.saml.issuer
+[↩ Parent](#specssosaml)
+
+Manual Identity Provider (IdP) configuration. Use this when IdP metadata XML is unavailable. Either idpMetadataSecretName or issuer must be specified. If both are provided, idpMetadataSecretName takes precedence and issuer is ignored.
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | entityID |
+ string |
+
+ Identity Provider entity ID (issuer identifier). Example: "urn:sso:example:idp" or "https://idp.example.com".
+ |
+ true |
+
+ | loginURL |
+ string |
+
+ Identity Provider SSO login URL where SAML authentication requests are sent. Example: "https://idp.example.com/sso/saml".
+ |
+ true |
+
+ | logoutURL |
+ string |
+
+ Identity Provider single logout URL where SAML logout requests are sent.
+ |
+ false |
+
+
+
+
+### spec.sso.saml.serviceProvider
+[↩ Parent](#specssosaml)
+
+Service Provider (SP) configuration.
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | baseAddress |
+ string |
+
+ Base address used to construct Service Provider (SP) URLs, such as the ACS URL and SLO URL. Format: [://][:]. Examples: "https://redis-ui.example.com:9443" (recommended - explicit scheme), "redis-ui.example.com:9443" (defaults to https://), "http://redis-ui.example.com:9443" (NOT recommended for production). If the scheme is not specified, the operator automatically prepends "https://". WARNING: Using "http://" is NOT recommended for production environments as it transmits sensitive SAML assertions in plaintext. Only use "http://" for testing/development purposes. If set, this value is used to construct the SP URLs. If unset, the base address is automatically determined from the REC Cluster Manager UI service: - If the UI service type is LoadBalancer (configured via spec.uiServiceType), the load balancer address is used. - Otherwise, the cluster-internal DNS name is used (e.g., rec-ui.svc.cluster.local). - The port defaults to 8443 if not specified. Usage guidelines: - For LoadBalancer services: Leave this field blank to use the default REC UI service, or set it explicitly to the LoadBalancer address for custom services. - For Ingress: Set this to the ingress hostname and port (typically 443), e.g., "https://redis-ui.example.com:443".
+ |
+ false |
+
+
+
+
### spec.upgradeSpec
[↩ Parent](#spec)
-Specification for upgrades of Redis Enterprise
+Redis Enterprise upgrade configuration
@@ -3269,7 +3541,7 @@ Specification for upgrades of Redis Enterprise
| autoUpgradeRedisEnterprise |
boolean |
- Whether to upgrade Redis Enterprise automatically when operator is upgraded
+ Enables automatic Redis Enterprise upgrades when the operator is upgraded.
|
true |
@@ -3459,6 +3731,134 @@ ResourceClaim references one entry in PodSpec.ResourceClaims.
+### spec.userDefinedModules[]
+[↩ Parent](#spec)
+
+UserDefinedModule represents a user-defined Redis module to be downloaded and installed during bootstrap
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | name |
+ string |
+
+ Name of the module
+ |
+ true |
+
+ | source |
+ object |
+
+ Source location for downloading the module
+ |
+ true |
+
+
+
+
+### spec.userDefinedModules[].source
+[↩ Parent](#specuserdefinedmodules)
+
+Source location for downloading the module
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | http |
+ object |
+
+ HTTP source configuration for downloading the module via HTTP
+ |
+ false |
+
+ | https |
+ object |
+
+ HTTPS source configuration for downloading the module via HTTPS
+ |
+ false |
+
+
+
+
+### spec.userDefinedModules[].source.http
+[↩ Parent](#specuserdefinedmodulessource)
+
+HTTP source configuration for downloading the module via HTTP
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | url |
+ string |
+
+ URL to download the module from (must use http:// scheme)
+ |
+ true |
+
+ | credentialsSecret |
+ string |
+
+ Name of the Kubernetes secret containing credentials for downloading the module, if needed. The secret must contain 'username' and 'password' keys.
+ |
+ false |
+
+
+
+
+### spec.userDefinedModules[].source.https
+[↩ Parent](#specuserdefinedmodulessource)
+
+HTTPS source configuration for downloading the module via HTTPS
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | url |
+ string |
+
+ URL to download the module from (must use https:// scheme)
+ |
+ true |
+
+ | credentialsSecret |
+ string |
+
+ Name of the Kubernetes secret containing credentials for downloading the module, if needed. The secret must contain 'username' and 'password' keys.
+ |
+ false |
+
+
+
+
### spec.volumes[]
[↩ Parent](#spec)
@@ -3747,7 +4147,7 @@ Volume represents a named volume in a pod that may be accessed by any container
persistenceStatus |
object |
- The status of the Persistent Volume Claims that are used for Redis Enterprise Cluster persistence. The status will correspond to the status of one or more of the PVCs (failed/resizing if one of them is in resize or failed to resize)
+ The status of the Persistent Volume Claims that are used for Redis Enterprise cluster persistence. The status will correspond to the status of one or more of the PVCs (failed/resizing if one of them is in resize or failed to resize)
|
false |
@@ -4078,7 +4478,7 @@ An API object that represents the cluster's OCSP status
### status.persistenceStatus
[↩ Parent](#status)
-The status of the Persistent Volume Claims that are used for Redis Enterprise Cluster persistence. The status will correspond to the status of one or more of the PVCs (failed/resizing if one of them is in resize or failed to resize)
+The status of the Persistent Volume Claims that are used for Redis Enterprise cluster persistence. The status will correspond to the status of one or more of the PVCs (failed/resizing if one of them is in resize or failed to resize)
diff --git a/content/operate/kubernetes/reference/api/redis_enterprise_database_api.md b/content/operate/kubernetes/reference/api/redis_enterprise_database_api.md
index 3ccb0ea0bb..3d3d075310 100644
--- a/content/operate/kubernetes/reference/api/redis_enterprise_database_api.md
+++ b/content/operate/kubernetes/reference/api/redis_enterprise_database_api.md
@@ -96,6 +96,13 @@ RedisEnterpriseDatabaseSpec defines the desired state of RedisEnterpriseDatabase
Settings for database alerts
false |
+
+ | auditing |
+ object |
+
+ Database auditing configuration.
+ |
+ false |
| backup |
object |
@@ -245,6 +252,16 @@ RedisEnterpriseDatabaseSpec defines the desired state of RedisEnterpriseDatabase
Whether this database supports RESP3 protocol. Note - Deleting this property after explicitly setting its value shall have no effect. Please view the corresponding field in RS doc for more info.
false |
+
+ | rofRamRatio |
+ integer |
+
+ RAM allocation ratio for Redis Flex (v2) databases as a percentage of total data size. Valid range 0-100. When omitted, RS uses the default value of 50%. Controls how much RAM is allocated per unit of data (e.g., 30% means 3MB RAM per 10MB data). RAM grows proportionally with data until rofRamSize limit is reached (if specified). Only applicable when isRof=true and Redis version >= 8.0 (BigStore v2 - Redis Flex).
+
+ Minimum: 0
+ Maximum: 100
+ |
+ false |
| rofRamSize |
string |
@@ -841,6 +858,34 @@ Dataset size has reached the threshold value [% of the memory limit] expected fi
+### spec.auditing
+[↩ Parent](#spec)
+
+Database auditing configuration.
+
+
+
+
+ | Name |
+ Type |
+ Description |
+ Required |
+
+
+
+ | dbConnsAuditing |
+ boolean |
+
+ Enables auditing of database connection and authentication events.
+When enabled, connection, authentication, and disconnection events are tracked and sent
+to the configured audit listener (configured at the cluster level).
+The cluster-level auditing configuration must be set before enabling this on a database.
+ |
+ false |
+
+
+
+
### spec.backup
[↩ Parent](#spec)
@@ -1379,6 +1424,13 @@ RedisEnterpriseDatabaseStatus defines the observed state of RedisEnterpriseDatab
Information on the database's periodic backup
false |
+
+ | bigstoreVersion |
+ integer |
+
+ BigStore version for Redis on Flash databases (1 for Auto Tiering, 2 for Redis Flex). Read-only field populated from RS.
+ |
+ false |
| createdTime |
string |
diff --git a/content/operate/kubernetes/reference/supported_k8s_distributions.md b/content/operate/kubernetes/reference/supported_k8s_distributions.md
index fa915032a4..0bce64a920 100644
--- a/content/operate/kubernetes/reference/supported_k8s_distributions.md
+++ b/content/operate/kubernetes/reference/supported_k8s_distributions.md
@@ -29,30 +29,29 @@ Any distribution not listed below is not supported for production workloads.
For details on this platform, see the Kubernetes [documentation](https://kubernetes.io/docs/home/supported-doc-versions/).
{{}}
-| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| Redis operator | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | ****6.2.10-4**5** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
-| | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
-| **Community K8s** | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.34 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.33 | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.32 | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.31 | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | |
-| 1.30 | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
-| 1.29 | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
-| 1.28 | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
-| 1.27 | | | | | | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | |
-| 1.26 | | | | | | | | | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
-| 1.25 | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | |
-| 1.24 | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | |
-| 1.23 | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
-| 1.22 | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
-| 1.21 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.20 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.19 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.17 | | | | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: |
-| 1.16 | | | | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: |
+| Redis operator | **8.0.6-6** | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | ****6.2.10-4**5** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
+|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+| | December 2025 | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
+| **Community K8s** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.34 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.33 | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.32 | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.31 | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | |
+| 1.30 | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
+| 1.29 | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
+| 1.28 | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
+| 1.27 | | | | | | | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | |
+| 1.26 | | | | | | | | | | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
+| 1.25 | | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | |
+| 1.24 | | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | |
+| 1.23 | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
+| 1.22 | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
+| 1.21 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.20 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.19 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.17 | | | | | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: |
+| 1.16 | | | | | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: |
{{}}
@@ -61,28 +60,27 @@ For details on this platform, see the Kubernetes [documentation](https://kuberne
For details on this platform, see the [OpenShift documentation](https://docs.openshift.com/container-platform/4.13/welcome/index.html).
{{}}
-| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| Redis operator | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
-| | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
-| **OpenShift** | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 4.20 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 4.19 | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 4.18 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | |
-| 4.17 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | |
-| 4.16 | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
-| 4.15 | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | |
-| 4.14 | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
-| 4.13 | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
-| 4.12 | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
-| 4.11 | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
-| 4.10 | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
-| 4.9 | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
-| 4.8 | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 4.7 | | | | | | | | | | | | | | | | | | | | | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 4.6 | | | | | | | | | | | | | | | | | | | | | | | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 4.5 | | | | | | | | | | | | | | | | | | | | | | | | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 3.11 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: |
+| Redis operator | **8.0.6-6** | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
+|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+| | December 2025 | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
+| **OpenShift** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 4.20 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 4.19 | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 4.18 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | |
+| 4.17 | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | |
+| 4.16 | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
+| 4.15 | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | |
+| 4.14 | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
+| 4.13 | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
+| 4.12 | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
+| 4.11 | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
+| 4.10 | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
+| 4.9 | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
+| 4.8 | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 4.7 | | | | | | | | | | | | | | | | | | | | | | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 4.6 | | | | | | | | | | | | | | | | | | | | | | | | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 4.5 | | | | | | | | | | | | | | | | | | | | | | | | | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 3.11 | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: |
{{}}
@@ -90,28 +88,28 @@ For details on this platform, see the [OpenShift documentation](https://docs.ope
For details on this platform, see the [EKS documentation](https://docs.aws.amazon.com/eks/?icmpid=docs_homepage_containers).
-{{}}| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| Redis operator | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
-| | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
-| **Amazon EKS** | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.34 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.33 | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.32 | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.31 | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.30 | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | |
-| 1.29 | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
-| 1.28 | | | | | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
-| 1.27 | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
-| 1.26 | | | | | | ❌ | ❌ | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
-| 1.25 | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | |
-| 1.24 | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
-| 1.23 | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
-| 1.22 | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
-| 1.21 | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.20 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.19 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.18 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
+{{}}
+| Redis operator | **8.0.6-6** | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
+|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+| | December 2025 | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
+| **Amazon EKS** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.34 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.33 | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.32 | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.31 | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.30 | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | |
+| 1.29 | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
+| 1.28 | | | | | | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
+| 1.27 | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
+| 1.26 | | | | | | | ❌ | ❌ | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
+| 1.25 | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | |
+| 1.24 | | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
+| 1.23 | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
+| 1.22 | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
+| 1.21 | | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.20 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.19 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.18 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ |
{{}}
@@ -120,28 +118,27 @@ For details on this platform, see the [EKS documentation](https://docs.aws.amazo
For details on this platform, see the [AKS documentation](https://learn.microsoft.com/en-us/azure/aks/).
{{}}
-| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| Redis operator | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
-| | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
-| **Azure AKS** | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.34 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.33 | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.32 | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.31 | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.30 | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
-| 1.29 | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | |
-| 1.28 | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
-| 1.27 | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
-| 1.26 | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | |
-| 1.25 | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
-| 1.24 | | | | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
-| 1.23 | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
-| 1.22 | | | | | | | | | | | | | | | | | | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
-| 1.21 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | |
-| 1.20 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | |
-| 1.19 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | | ✅ | ✅ | ✅ | ✅ |
-| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | | | | | ✅ |
+| Redis operator | **8.0.6-6** | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
+|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+| | December 2025 | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
+| **Azure AKS** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.34 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.33 | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.32 | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.31 | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.30 | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
+| 1.29 | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | |
+| 1.28 | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
+| 1.27 | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
+| 1.26 | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | |
+| 1.25 | | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
+| 1.24 | | | | | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
+| 1.23 | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
+| 1.22 | | | | | | | | | | | | | | | | | | | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
+| 1.21 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | |
+| 1.20 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | |
+| 1.19 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | | ✅ | ✅ | ✅ | ✅ |
+| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ✅ |
{{}}
@@ -150,29 +147,27 @@ For details on this platform, see the [AKS documentation](https://learn.microsof
For details on this platform, see the [GKE documentation](https://cloud.google.com/kubernetes-engine/docs).
{{}}
-| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| Redis operator | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
-| | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
-| **Google GKE** | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.34 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.33 | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.32 | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.31 | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.30 | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
-| 1.29 | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | |
-| 1.28 | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | |
-| 1.27 | | | | | | ❌ | ❌ | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
-| 1.26 | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | |
-| 1.25 | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | |
-| 1.24 | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
-| 1.23 | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | |
-| 1.22 | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
-| 1.21 | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.20 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.19 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | | ✅ | ✅ | ✅ | ✅ |
-| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | | | | | ✅ |
-
+| Redis operator | **8.0.6-6** | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
+|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+| | December 2025 | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
+| **Google GKE** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.34 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.33 | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.32 | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.31 | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.30 | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
+| 1.29 | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | |
+| 1.28 | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | |
+| 1.27 | | | | | | | ❌ | ❌ | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
+| 1.26 | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | |
+| 1.25 | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | |
+| 1.24 | | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
+| 1.23 | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | |
+| 1.22 | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
+| 1.21 | | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.20 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.19 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | | ✅ | ✅ | ✅ | ✅ |
+| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ✅ |
{{}}
## Rancher
@@ -180,37 +175,36 @@ For details on this platform, see the [GKE documentation](https://cloud.google.c
For details on this platform, see the [Rancher documentation](https://ranchermanager.docs.rancher.com/).
{{}}
-| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| Redis operator | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
-| | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
-| **RKE2** | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.34 | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.33 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.32 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.31 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.30 | :warning: | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.29 | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.28 | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
-| 1.27 | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
-| 1.26 | | | | | ❌ | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
-| 1.25 | | | | | | | | | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
-| 1.24 | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
-| 1.23 | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | | | | | | | | | | |
-| 1.24 | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | |
-| 1.23 | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
-| **Rancher** | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.22 | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
-| 1.21 | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
-| 1.20 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | | | | | |
-| 1.19 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | | | | | |
-| 1.18 | | | | | | | | | | | | | | | | | | | | | | | :warning: | | | | | |
-| 1.20 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ |
-| 1.19 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ |
-| 1.18 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ |
-| 1.17 | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ |
-| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | | | | :warning: | ✅ |
-| 1.17 | | | | | | | | | | | | | | | | | | | | | | | | | | | :warning: | ✅ |
+| Redis operator | **8.0.6-6** | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
+|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+| | December 2025 | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
+| **RKE2** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.34 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.33 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.32 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.31 | :warning: | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.30 | ❌ | :warning: | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.29 | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.28 | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
+| 1.27 | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
+| 1.26 | | | | | | ❌ | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
+| 1.25 | | | | | | | | | | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | |
+| 1.24 | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | |
+| 1.23 | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | | | | | | | | | | |
+| 1.24 | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | |
+| 1.23 | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
+| **Rancher** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.22 | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
+| 1.21 | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | |
+| 1.20 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | | | | | |
+| 1.19 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | | | | | |
+| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | :warning: | | | | | |
+| 1.20 | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ |
+| 1.19 | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ |
+| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ |
+| 1.17 | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ |
+| 1.18 | | | | | | | | | | | | | | | | | | | | | | | | | | | | :warning: | ✅ |
+| 1.17 | | | | | | | | | | | | | | | | | | | | | | | | | | | | :warning: | ✅ |
{{}}
@@ -219,27 +213,27 @@ For details on this platform, see the [Rancher documentation](https://rancherman
For details on this platform, see the [TKGI documentation](https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid-Integrated-Edition/index.html).
{{}}
-| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-| Redis operator | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
-| | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
-| **VMware TKGI** | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.22 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.21 | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.20 | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.19 | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
-| 1.18 | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
-| 1.17 | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
-| 1.16 | | | | | | ❌ | ❌ | ❌ | :warning: | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
-| 1.15 | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | |
-| 1.14 | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
-| 1.13 | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | |
-| 1.12 | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | | | | | |
-| 1.11 | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | | | | |
-| 1.10 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| 1.09 | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
-| 1.08 | | | | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: |
-| 1.07 | | | | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: |
+| Redis operator | **8.0.6-6** | **8.0.2-2** | **7.22.2-21** | **7.22.0-15** | **7.22.0-7** | **7.8.6-1** | **7.8.4-9** | **7.8.4-8** | **7.8.2-6** | **7.4.6-2** | **7.4.2-12** | **7.4.2-2** | **7.2.4-12** | **7.2.4-7** | **7.2.4-2** | **6.4.2-8** | **6.4.2-6** | **6.4.2-5** | **6.4.2-4** | **6.2.18-41** | **6.2.18-3** | **6.2.12-1** | **6.2.10-45** | **6.2.10-34** | **6.2.10-4** | **6.2.8-15** | **6.2.8-11** | **6.2.8-2** | **6.2.4-1** |
+|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+| | December 2025 | October 2025 | October 2025 | July 2025 | April 2025 | March 2025 | March 2025 | Feb 2025 | Nov 2024 | July 2024 | May 2024 | March 2024 | Dec 2023 | Oct 2023 | Aug 2023 | July 2023 | June 2023 | April 2023 | March 2023 | Jan 2023 | Nov 2022 | Sept 2022 | July 2022 | May 2022 | March 2022 | Jan 2022 | Jan 2022 | Nov 2021 | Sept 2021 |
+| **VMware TKGI** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.23 | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.22 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.21 | :warning: | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.20 | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.19 | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
+| 1.18 | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | | |
+| 1.17 | | | | ❌ | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
+| 1.16 | | | | | | | ❌ | ❌ | ❌ | :warning: | ✅ | ✅ | ✅ | | | | | | | | | | | | | | | | |
+| 1.15 | | | | | | | | | | | | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | | |
+| 1.14 | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | | | | | | | |
+| 1.13 | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | :warning: | :warning: | ✅ | ✅ | ✅ | ✅ | | | | | | |
+| 1.12 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | | | | | |
+| 1.11 | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | :warning: | ✅ | ✅ | | | | |
+| 1.10 | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| 1.09 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+| 1.08 | | | | | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: |
+| 1.07 | | | | | | | | | | | | | | | | | | | | | | | | | | | | ❌ | :warning: |
{{}}
@@ -248,14 +242,11 @@ For details on this platform, see the [TKGI documentation](https://docs.vmware.c
For details on this platform, see the [VKS documentation](https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vsphere-supervisor-services-and-standalone-components/latest/release-notes/vmware-tanzu-kubernetes-grid-service-release-notes.html).
-| | | |
+| Redis operator | **8.0.6-6** | **8.0.2-2** |
|---|---|---|
-| | | |
-| Redis operator | **8.0.2-2** | - |
-| | October 2025 | - |
+| | December 2025 | October 2025 |
| **VMware VKS** | | |
-| 1.32 | ✅ | - |
-
+| 1.32 | ✅ | ✅ |
## VMware Tanzu Kubernetes Grid (TKG)
diff --git a/content/operate/kubernetes/release-notes/8-0-2-releases/_index.md b/content/operate/kubernetes/release-notes/8-0-2-releases/_index.md
index 216e271515..c212c51081 100644
--- a/content/operate/kubernetes/release-notes/8-0-2-releases/_index.md
+++ b/content/operate/kubernetes/release-notes/8-0-2-releases/_index.md
@@ -8,7 +8,7 @@ description: Releases with support for Redis Enterprise Software 8.0.2
hideListLinks: true
linkTitle: 8.0.2 releases
title: Redis Enterprise for Kubernetes 8.0.2 release notes
-weight: 1
+weight: 2
---
Redis Enterprise for Kubernetes 8.0.2 includes bug fixes, enhancements, and support for Redis Enterprise Software 8.0.2. The latest release is 8.0.2-2 with support for Redis Enterprise Software version 8.0.2.
diff --git a/content/operate/kubernetes/release-notes/8-0-6-releases/8-0-6-6-december2025.md b/content/operate/kubernetes/release-notes/8-0-6-releases/8-0-6-6-december2025.md
new file mode 100644
index 0000000000..e86bed459f
--- /dev/null
+++ b/content/operate/kubernetes/release-notes/8-0-6-releases/8-0-6-6-december2025.md
@@ -0,0 +1,159 @@
+---
+alwaysopen: false
+categories:
+- docs
+- operate
+- kubernetes
+description: Maintenance release including support for Redis Software 8.0.6-50, enhancements, and bug fixes.
+hideListLinks: true
+linkTitle: 8.0.6-6 (December 2025)
+title: Redis Enterprise for Kubernetes 8.0.6-6 (December 2025) release notes
+weight: 1
+---
+
+Redis Enterprise for Kuberntes 8.0.6-6 is a feature release that supports Redis Software 8.0.6-50, and includes enhancements, supported distribution updates and bug fixes.
+
+## Highlights
+
+- Support for external module repositories (custom modueles)
+- Support for Redis Software 8.0.6-50
+- SAML 2.0 single sign-on (SSO) authentication support for the cluster manager UI
+
+## Enhancements
+
+API support has been added for the following features:
+
+- Database connection auditing
+- REAADB alerts
+- User-defined modules
+- Redis Software 8.0.6-50
+- User-defined certificates for [internode encryption]({{< relref "/operate/kubernetes/security/internode-encryption" >}})
+- SAML 2.0 single sign-on (SSO) authentication
+- Redis Flex
+
+See [API changes](#api-changes) for details.
+
+## Resolved issues
+
+- Removed 'InsecureRequestWarning: Unverified HTTPS request is being made to host localhost' message that appeared when running the healthcheck script
+- Fixed bug that blocked image spec updates during active REC upgrades.
+- Fixed slow reaction time by services rigger to node failures.
+- Security patches
+
+## API changes
+
+| **CRD** | **Field** | **Change** | **Description** |
+|---|---|---|---|
+| REAADB | `spec.globalConfigurations.auditing` | Added | Enable database connection auditing. |
+| REAADB | `spec.globalConfigurations.alertSettings` | Added | Configure alert settings for the active-active database. |
+| REAADB | `spec.globalConfigurations.rofRamRatio` | Added | RAM allocation ratio for Redis Flex (v2) databases as a percentage of total data size. Valid range: 0-100. Default: 50% when omitted. Controls how much RAM is allocated per unit of data (for example, 30% means 3MB RAM per 10MB data). RAM grows proportionally with data until `rofRamSize` limit is reached (if specified). Only applicable when `isRof=true` and Redis version 8.0 or later (BigStore v2 - Redis Flex). |
+| REC | `spec.auditing` | Added | Cluster-level configuration for auditing database connection and authentication events. Includes both the audit listener connection parameters and the default policy for new databases. |
+| REC | `spec.sso` | Added | Cluster-level SSO configuration for authentication to the cluster manager UI. |
+| REC | `spec.userDefinedModules` | Added | List of user-defined modules to be downloaded and installed during cluster bootstrap. The modules on the list will be downloaded on cluster creation, upgrade, scale-out, and recovery and installed on all nodes. Changing this field for a running cluster will trigger a rolling update. |
+| REC | `spec.certificates.ssoServiceCertificateSecretName` | Added | Secret name for the cluster's SSO service certificate. Used for SAML-based SSO authentication to the cluster manager. The secret must contain `name`, `certificate`, and `key` fields (same format as other cluster certificates). If left blank, SSO will not be configured. |
+| REC | `spec.certificates.ssoIssuerCertificateSecretName` | Added | Secret name for the SSO Identity Provider (IdP) certificate. This is the public certificate from your SAML Identity Provider used to verify SAML assertions. The secret must contain `name` and `certificate` fields (no `key` field needed for IdP certificate). This is optional - if using IdP metadata XML, the IdP certificate is included in the metadata. |
+| REDB | `spec.auditing` | Added | Database-level auditing configuration. |
+| REDB | `spec.rofRamRatio` | Added | RAM allocation ratio for Redis Flex (v2) databases as a percentage of total data size. Valid range: 0-100. Default: 50% when omitted. Controls how much RAM is allocated per unit of data (for example, 30% means 3MB RAM per 10MB data). RAM grows proportionally with data until `rofRamSize` limit is reached (if specified). Only applicable when `isRof=true` and Redis version 8.0 or later (BigStore v2 - Redis Flex). |
+| REDB | `status.bigstoreVersion` | Added | BigStore version for Redis on Flash databases (1 for Auto Tiering, 2 for Redis Flex). Read-only field populated from Redis Software. |
+
+
+## Supported distributions
+
+The following table shows supported distributions at the time of this release. You can also find this list in [Supported Kubernetes distributions]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}).
+
+✅ **Supported** – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.
+
+:warning: **Deprecated** – This distribution is still supported for this version of Redis Enterprise Software for Kubernetes, but support will be removed in a future release.
+
+❌ **End of life** – Support for this distribution ended.
+
+Any distribution not listed in the table is not supported for production workloads.
+
+| Kubernetes version | **1.29** | **1.30** | **1.31** | **1.32** | **1.33** | **1.34** |
+|---|---|---|---|---|---|---|
+| **Community K8s** | | | ❌ | :warning: | ✅ | ✅ |
+| **Amazon EKS** | | | ❌ | :warning: | ✅ | ✅ |
+| **Azure EKS** | | | ❌ | :warning: | ✅ | ✅ |
+| **Google GKE** | | | ❌ | :warning: | ✅ | ✅ |
+| **Rancher REK2** | ❌ | ❌ | :warning: | ✅ | ✅ | ✅ |
+| **VMware TKG 2.5** | | | | | | |
+| **VMware VKS** | | | | ✅ | | |
+| | | | | | | |
+| **OpenShift** | **4.16** | **4.17** | **4.18** | **4.19** | **4.20** | |
+| --- | --- | --- | --- | --- | --- | --- |
+| | ❌ | :warning: | ✅ | ✅ | ✅ | |
+| | | | | | | |
+| **VMware TKGI** | **1.20** | **1.21** | **1.22** | **1.23** | | |
+| --- | --- | --- | --- | --- | --- | --- |
+| | ❌ | :warning: | ✅ | ✅ | | |
+
+## Downloads
+
+- **Redis Enterprise**: `redislabs/redis:8.0.6-50`
+- **Operator**: `redislabs/operator:8.0.6-6`
+- **Services Rigger**: `redislabs/k8s-controller:8.0.6-6`
+- **Callhome client**: `redislabs/re-call-home-client:8.0.6-6`
+- **Redis Enterprise operator bundle**: v.TBD
+
+## Known limitations
+
+### New limitations
+
+- **SSO configuration doesn't work with IPv6 or dual stack (IPv4/IPv6) clusters.**
+
+### Existing limitations
+
+- **Only upgrades from 7.4.2-2 and later are supported.** If you are using an earlier version, install 7.4.2-2 before upgrading to 8.0.6-6.
+
+- **Custom certificate upload is not supported for internode encryption (RED-173229).** Internode communication between cluster nodes continues to use default self-signed certificates and cannot be configured with customer-provided certificates.
+
+- **Missing endpoint for admission endpoint (rare) (RED-119469)** Restart the operator pod.
+
+- **The REDB "redisVersion" field can't be used for memcached databases(RED-119152)**
+
+- **When modifying the database suffix for an Active-Active database, while the service-rigger is in a terminating state, the services-rigger will delete and create the ingress or route resources in a loop (RED-107687)** Wait until the services rigger pod has finished to terminate it.
+
+- **REAADB changes might fail with "gateway timeout" errors, mostly on OpenShift (RED-103048)** Retry the operation.
+
+- **Creating two databases with the same name directly on Redis Enterprise software will cause the service to be deleted and the database will not be available (RED-99997)** Avoid duplicating database names. Database creation via K8s has validation in place to prevent this.
+
+- **Installing the operator bundle produces warning: `Warning: would violate PodSecurity "restricted: v1.24"` (RED-97381)** Ignore the warning. This issue is documented as benign on official Red Hat documentation.
+
+- **RERC resources must have a unique name (RED-96302)** The string "rec-name"/"rec-namespace" must be different from all other participating clusters in the Active-Active database.
+
+- **Admission is not blocking REAADB with `shardCount` which exceeds license quota (RED-96301)** Fix the problems with the REAADB and reapply.
+
+- **Active-Active controller only supports global database options. Configuration specific to location is not supported (RED-86490)**
+
+- **Active-Active setup removal might keep services or routes undeleted (RED-77752)** Delete services or routes manually if you encounter this problem.
+
+- **`autoUpgrade` set to `true` can cause unexpected bdb upgrades when `redisUpgradePolicy` is set to `true` (RED-72351)** Contact support if your deployment is impacted.
+
+- **Following the previous quick start guide version causes issues with creating an REDB due to unrecognized memory field name (RED-69515)** The workaround is to use the newer (current) revision of Deploy Redis Enterprise Software for Kubernetes.
+
+- **PVC size issues when using decimal value in spec (RED-62132)** Make sure you use integer values for the PVC size.
+
+- **REC might report error states on initial startup (RED-61707)** There is no workaround at this time except to ignore the errors.
+
+- **Hashicorp Vault integration - no support for Gesher (RED-55080)** There is no workaround for this issue. Gesher support has been deprecated.
+
+- **REC clusters fail to start on Kubernetes clusters with unsynchronized clocks (RED-47254)** When REC clusters are deployed on Kubernetes clusters without synchronized clocks, the REC cluster does not start correctly. The fix is to use NTP to synchronize the underlying K8s nodes.
+
+- **Deleting an OpenShift project with an REC deployed may hang (RED-47192)** When an REC cluster is deployed in a project (namespace) and has REDB resources, the REDB resources must be deleted first before the REC can be deleted. Therefore, until the REDB resources are deleted, the project deletion will hang. The fix is to delete the REDB resources first and the REC second. Then, you can delete the project.
+
+- **Clusters must be named 'rec' in OLM-based deployments (RED-39825)** In OLM-deployed operators, the deployment of the cluster will fail if the name is not "rec". When the operator is deployed via the OLM, the security context constraints (scc) are bound to a specific service account name (namely, "rec"). The workaround is to name the cluster "rec".
+
+- **Readiness probe incorrect on failures (RED-39300)** STS Readiness probe does not mark a node as "not ready" when running `rladmin status` on node failure.
+
+- **Internal DNS and Kubernetes DNS may have conflicts (RED-37462)** DNS conflicts are possible between the cluster `mdns_server` and the K8s DNS. This only impacts DNS resolution from within cluster nodes for Kubernetes DNS names.
+
+- **K8s-based 5.4.10 clusters seem to negatively affect existing 5.4.6 clusters (RED-37233)** Upgrade clusters to latest version.
+
+- **Node CPU usage is reported instead of pod CPU usage (RED-36884)** In Kubernetes, the reported node CPU usage is the usage of the Kubernetes worker node hosting the REC pod.
+
+- **An unreachable cluster has status running (RED-32805)** When a cluster is in an unreachable state, the state remains `running` instead of triggering an error.
+
+- **Long cluster names cause routes to be rejected (RED-25871)** A cluster name longer than 20 characters will result in a rejected route configuration because the host part of the domain name exceeds 63 characters. The workaround is to limit the cluster name to 20 characters or fewer.
+
+- **Cluster CR (REC) errors are not reported after invalid updates (RED-25542)** A cluster CR specification error is not reported if two or more invalid CR resources are updated in sequence.
+
diff --git a/content/operate/kubernetes/release-notes/8-0-6-releases/_index.md b/content/operate/kubernetes/release-notes/8-0-6-releases/_index.md
new file mode 100644
index 0000000000..1eed2524af
--- /dev/null
+++ b/content/operate/kubernetes/release-notes/8-0-6-releases/_index.md
@@ -0,0 +1,76 @@
+---
+alwaysopen: false
+categories:
+- docs
+- operate
+- kubernetes
+description: Releases with support for Redis Enterprise Software 8.0.6
+hideListLinks: true
+linkTitle: 8.0.6 releases
+title: Redis Enterprise for Kubernetes 8.0.6 release notes
+weight: 1
+---
+
+Redis Enterprise for Kubernetes 8.0.6 includes bug fixes, enhancements, and support for Redis Enterprise Software 8.0.6. The latest release is 8.0.6-6 with support for Redis Enterprise Software version 8.0.6-50.
+
+## Detailed release notes
+
+{{}}
+
+## Known limitations
+
+- **SSO configuration doesn't work with IPv6 or dual stack (IPv4/IPv6) clusters.**
+
+- **Only upgrades from 7.4.2-2 and later are supported.** If you are using an earlier version, install 7.4.2-2 before upgrading to 8.0.6-6.
+
+- **Custom certificate upload is not supported for internode encryption (RED-173229).** Internode communication between cluster nodes continues to use default self-signed certificates and cannot be configured with customer-provided certificates.
+
+- **Missing endpoint for admission endpoint (rare) (RED-119469)** Restart the operator pod.
+
+- **The REDB "redisVersion" field can't be used for memcached databases(RED-119152)**
+
+- **When modifying the database suffix for an Active-Active database, while the service-rigger is in a terminating state, the services-rigger will delete and create the ingress or route resources in a loop (RED-107687)** Wait until the services rigger pod has finished to terminate it.
+
+- **REAADB changes might fail with "gateway timeout" errors, mostly on OpenShift (RED-103048)** Retry the operation.
+
+- **Creating two databases with the same name directly on Redis Enterprise software will cause the service to be deleted and the database will not be available (RED-99997)** Avoid duplicating database names. Database creation via K8s has validation in place to prevent this.
+
+- **Installing the operator bundle produces warning: `Warning: would violate PodSecurity "restricted: v1.24"` (RED-97381)** Ignore the warning. This issue is documented as benign on official Red Hat documentation.
+
+- **RERC resources must have a unique name (RED-96302)** The string "rec-name"/"rec-namespace" must be different from all other participating clusters in the Active-Active database.
+
+- **Admission is not blocking REAADB with `shardCount` which exceeds license quota (RED-96301)** Fix the problems with the REAADB and reapply.
+
+- **Active-Active controller only supports global database options. Configuration specific to location is not supported (RED-86490)**
+
+- **Active-Active setup removal might keep services or routes undeleted (RED-77752)** Delete services or routes manually if you encounter this problem.
+
+- **`autoUpgrade` set to `true` can cause unexpected bdb upgrades when `redisUpgradePolicy` is set to `true` (RED-72351)** Contact support if your deployment is impacted.
+
+- **Following the previous quick start guide version causes issues with creating an REDB due to unrecognized memory field name (RED-69515)** The workaround is to use the newer (current) revision of Deploy Redis Enterprise Software for Kubernetes.
+
+- **PVC size issues when using decimal value in spec (RED-62132)** Make sure you use integer values for the PVC size.
+
+- **REC might report error states on initial startup (RED-61707)** There is no workaround at this time except to ignore the errors.
+
+- **Hashicorp Vault integration - no support for Gesher (RED-55080)** There is no workaround for this issue. Gesher support has been deprecated.
+
+- **REC clusters fail to start on Kubernetes clusters with unsynchronized clocks (RED-47254)** When REC clusters are deployed on Kubernetes clusters without synchronized clocks, the REC cluster does not start correctly. The fix is to use NTP to synchronize the underlying K8s nodes.
+
+- **Deleting an OpenShift project with an REC deployed may hang (RED-47192)** When an REC cluster is deployed in a project (namespace) and has REDB resources, the REDB resources must be deleted first before the REC can be deleted. Therefore, until the REDB resources are deleted, the project deletion will hang. The fix is to delete the REDB resources first and the REC second. Then, you can delete the project.
+
+- **Clusters must be named 'rec' in OLM-based deployments (RED-39825)** In OLM-deployed operators, the deployment of the cluster will fail if the name is not "rec". When the operator is deployed via the OLM, the security context constraints (scc) are bound to a specific service account name (namely, "rec"). The workaround is to name the cluster "rec".
+
+- **Readiness probe incorrect on failures (RED-39300)** STS Readiness probe does not mark a node as "not ready" when running `rladmin status` on node failure.
+
+- **Internal DNS and Kubernetes DNS may have conflicts (RED-37462)** DNS conflicts are possible between the cluster `mdns_server` and the K8s DNS. This only impacts DNS resolution from within cluster nodes for Kubernetes DNS names.
+
+- **K8s-based 5.4.10 clusters seem to negatively affect existing 5.4.6 clusters (RED-37233)** Upgrade clusters to latest version.
+
+- **Node CPU usage is reported instead of pod CPU usage (RED-36884)** In Kubernetes, the reported node CPU usage is the usage of the Kubernetes worker node hosting the REC pod.
+
+- **An unreachable cluster has status running (RED-32805)** When a cluster is in an unreachable state, the state remains `running` instead of triggering an error.
+
+- **Long cluster names cause routes to be rejected (RED-25871)** A cluster name longer than 20 characters will result in a rejected route configuration because the host part of the domain name exceeds 63 characters. The workaround is to limit the cluster name to 20 characters or fewer.
+
+- **Cluster CR (REC) errors are not reported after invalid updates (RED-25542)** A cluster CR specification error is not reported if two or more invalid CR resources are updated in sequence.
diff --git a/content/operate/kubernetes/upgrade/openshift-cli.md b/content/operate/kubernetes/upgrade/openshift-cli.md
index aa895a6039..8474ff8857 100644
--- a/content/operate/kubernetes/upgrade/openshift-cli.md
+++ b/content/operate/kubernetes/upgrade/openshift-cli.md
@@ -35,6 +35,16 @@ Your Redis Enterprise clusters must be running version 7.4.2-2 or later before u
Your Redis databases must be running version 7.2 or later before upgrading your cluster version. See [upgrade databases](#upgrade-databases) for detailed steps. You can find your database version in the [REDB `spec.redisVersion` field]({{}}).
+#### User-defined modules
+
+If your databases use user-defined modules (custom non-bundled modules):
+
+- Set `autoUpgradeRedisEnterprise: false` in the REC custom resource before upgrading the operator.
+- Define the user-defined modules in the REC custom resource before upgrading the database.
+- See [Edit `redisEnterpriseImageSpec`](#edit-redisenterpriseimagespec) for more details.
+
+For more information about user-defined modules, see [User-defined modules]({{< relref "/operate/kubernetes/re-databases/modules#user-defined-modules" >}}).
+
#### RHEL9-compatible modules
Upgrading to Redis operator versions 7.8.2-6 and later involves migrating your Redis Enterprise nodes to RHEL9 from either Ubuntu 18 or RHEL8. If your databases use modules, you need to manually install modules compatible with RHEL9.
@@ -81,6 +91,8 @@ For detailed Helm upgrade instructions, see [Upgrade the chart]({{}}If your databases use user-defined modules, set `autoUpgradeRedisEnterprise: false` in the REC custom resource before upgrading the operator.{{}}
+
### Download the bundle
Make sure you pull the correct version of the bundle. You can find the version tags
@@ -188,6 +200,24 @@ After the operator upgrade is complete, you can upgrade Redis Enterprise cluster
versionTag:
```
+1. Define any user-defined modules used by databases in the cluster.
+
+ ```YAML
+ spec:
+ userDefinedModules:
+ - name: "custom-module"
+ source:
+ https:
+ url: "https://modules.company.com/search-v2.1.zip"
+ credentialsSecret: "module-repo-creds"
+ ```
+
+ The `name` field must match the `display_name` or `module_name` that appears in the module manifest (for example, "redisgears"). This enables the operator to run validation on the user-defined module. If these names don't match, the operator can't run validation on the user-defined module and preventable errors may occur.
+
+ {{< note >}}
+Adding or modifying the `userDefinedModules` list triggers a rolling restart of the Redis Enterprise cluster pods in addition to the rolling upgrade for the version change.
+ {{< /note >}}
+
1. Save the changes to apply.
### Reapply roles and role bindings
@@ -224,6 +254,10 @@ For Active-Active databases, the `redis.Version` change only needs to be applied
If your REAADB uses supported modules, keep the existing `moduleList` version numbers unchanged when upgrading `redisVersion`. The database will automatically use the module versions that are bundled with the new Redis version, regardless of what versions are specified in `moduleList`. After the upgrade is complete, you can optionally change the old version numbers from `moduleList`, but this change has no functional impact.
+#### Upgrade with user-defined modules
+
+If a user-defined module is used by any database in the cluster, the module must be defined in the REC custom resource before upgrading the database. See [Add user-defined modules to the REC]({{< relref "/operate/kubernetes/re-databases/modules#add-user-defined-modules-to-the-rec" >}}) for detailed instructions.
+
#### General upgrade notes
Note that if your cluster [`redisUpgradePolicy`]({{}}) or your database [`redisVersion`]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_database_api#redisversion" >}}) are set to `major`, you won't be able to upgrade those databases to minor versions. See [Redis upgrade policy]({{< relref "/operate/rs/installing-upgrading/upgrading#redis-upgrade-policy" >}}) for more details.
@@ -251,5 +285,3 @@ curl -sfk -u : -X POST -H "Content-Type: application
```
After updating the database with the Redis Software API, update the REDB custom resource to reflect the change.
-
-
diff --git a/content/operate/kubernetes/upgrade/upgrade-olm.md b/content/operate/kubernetes/upgrade/upgrade-olm.md
index d595170e76..6ad6ac3ec4 100644
--- a/content/operate/kubernetes/upgrade/upgrade-olm.md
+++ b/content/operate/kubernetes/upgrade/upgrade-olm.md
@@ -35,23 +35,15 @@ Your Redis Enterprise clusters must be running version 7.4.2-2 or later before u
Your Redis databases must be running version 7.2 or later before upgrading your cluster version. See [upgrade databases](#upgrade-databases) for detailed steps. You can find your database version in the [REDB `spec.redisVersion` field]({{}}).
-#### RHEL9-compatible modules
+### User-defined modules
-Upgrading to Redis operator version 7.8.2-6 or later involves migrating your Redis Enterprise nodes to RHEL9 from either Ubuntu 18 or RHEL8. If your databases use modules, you need to manually install modules compatible with RHEL9.
+If your databases use user-defined modules (custom non-bundled modules):
-To see which modules you have installed, run:
+- Set `autoUpgradeRedisEnterprise: false` in the REC custom resource before upgrading the operator.
+- Define the user-defined modules in the REC custom resource before upgrading the database.
+- See [Edit `redisEnterpriseImageSpec`](#edit-redisenterpriseimagespec) for more details.
-```sh
-curl -k -u : -X GET https://localhost:9443/v1/modules | jq -r 'map([.module_name, .semantic_version, (.platforms | keys)]) | .[] | .[0] as $name | .[1] as $version | .[2][] | $name + "-" + $version + "-" + .' | sort
-```
-
-To see which modules are currently in use, run:
-
-```sh
-curl -k -u : -X GET https://localhost:9443/v1/bdbs | jq -r '.[].module_list | map(.module_name + "-" + .semantic_version) | .[]'
-```
-
-See [Upgrade modules]({{}}) for details on how to upgrade modules with the `rladmin` tool.
+For more information about user-defined modules, see [User-defined modules]({{< relref "/operate/kubernetes/re-databases/modules#user-defined-modules" >}}).
### Valid license
@@ -111,6 +103,24 @@ After the operator upgrade is complete, you can upgrade Redis Enterprise cluster
versionTag:
```
+1. Define any user-defined modules used by databases in the cluster.
+
+ ```YAML
+ spec:
+ userDefinedModules:
+ - name: "custom-module"
+ source:
+ https:
+ url: "https://modules.company.com/search-v2.1.zip"
+ credentialsSecret: "module-repo-creds"
+ ```
+
+ The `name` field must match the `display_name` or `module_name` that appears in the module manifest (for example, "redisgears"). This enables the operator to run validation on the user-defined module. If these names don't match, the operator can't run validation on the user-defined module and preventable errors may occur.
+
+ {{< note >}}
+Adding or modifying the `userDefinedModules` list triggers a rolling restart of the Redis Enterprise cluster pods in addition to the rolling upgrade for the version change.
+ {{< /note >}}
+
1. Save the changes to apply.
### Reapply roles and role bindings
diff --git a/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md b/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md
index abf87c8a4e..30b2363ec5 100644
--- a/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md
+++ b/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md
@@ -35,23 +35,15 @@ Check the [Redis Enterprise for Kubernetes release notes]({{}}).
-### Module compatibility
+### User-defined modules
-Some Redis Enterprise operator versions may require specific module versions or involve changes to the underlying operating system. If your databases use modules, check the release notes for your target version to determine if you need to manually install updated modules.
+If your databases use user-defined modules (custom non-bundled modules):
-To see which modules you have installed, run:
+- Set `autoUpgradeRedisEnterprise: false` in the REC custom resource before upgrading the operator.
+- Define the user-defined modules in the REC custom resource before upgrading the database.
+- See [Edit `redisEnterpriseImageSpec`](#edit-redisenterpriseimagespec-in-the-rec-spec) for more details.
-```sh
-curl -k -u : -X GET https://localhost:9443/v1/modules | jq -r 'map([.module_name, .semantic_version, (.platforms | keys)]) | .[] | .[0] as $name | .[1] as $version | .[2][] | $name + "-" + $version + "-" + .' | sort
-```
-
-To see which modules are currently in use, run:
-
-```sh
-curl -k -u : -X GET https://localhost:9443/v1/bdbs | jq -r '.[].module_list | map(.module_name + "-" + .semantic_version) | .[]'
-```
-
-See [Upgrade modules]({{}}) for details on how to upgrade modules with the `rladmin` tool.
+For more information about user-defined modules, see [User-defined modules]({{< relref "/operate/kubernetes/re-databases/modules#user-defined-modules" >}}).
### Valid license
@@ -86,6 +78,8 @@ For detailed Helm upgrade instructions, see [Upgrade the chart]({{}}If your databases use user-defined modules, set `autoUpgradeRedisEnterprise: false` in the REC custom resource before upgrading the operator.{{}}
+
### Download the bundle
Make sure you pull the correct version of the bundle. You can find the version tags
@@ -164,11 +158,9 @@ Before beginning the upgrade of the Redis Enterprise cluster, check the [Redis E
After the operator upgrade is complete, you can upgrade Redis Enterprise cluster (REC).
-### Upgrade an REC with an Active-Active database
-
-We recommend upgrading all participating clusters to the same operator version.
-
-If you are upgrading from a preview version of the Active-Active controller, you can remove the following environment variables: `ACTIVE_ACTIVE_DATABASE_CONTROLLER_ENABLED`, `REMOTE_CLUSTER_CONTROLLER_ENABLED`, and `ENABLE_ALPHA_FEATURES`.
+{{}}
+For Active-Active databases, we recommend upgrading all participating clusters to the same operator version.
+{{}}
### Edit `redisEnterpriseImageSpec` in the REC spec
@@ -188,6 +180,24 @@ If you are upgrading from a preview version of the Active-Active controller, you
versionTag:
```
+1. Define any user-defined modules used by databases in the cluster.
+
+ ```YAML
+ spec:
+ userDefinedModules:
+ - name: "custom-module"
+ source:
+ https:
+ url: "https://modules.company.com/search-v2.1.zip"
+ credentialsSecret: "module-repo-creds"
+ ```
+
+ The `name` field must match the `display_name` or `module_name` that appears in the module manifest (for example, "redisgears"). This enables the operator to run validation on the user-defined module. If these names don't match, the operator can't run validation on the user-defined module and preventable errors may occur.
+
+ {{< note >}}
+Adding or modifying the `userDefinedModules` list triggers a rolling restart of the Redis Enterprise cluster pods in addition to the rolling upgrade for the version change.
+ {{< /note >}}
+
1. Save the changes to apply.
### Reapply roles and role bindings
@@ -214,17 +224,25 @@ To see the status of the current rolling upgrade, run:
kubectl rollout status sts
```
-### Upgrade databases
+## Upgrade databases
After the cluster is upgraded, you can upgrade your databases.
+### Upgrade REDB
+
To upgrade your REDB, specify your new database version in the `spec.redisVersion` field in the REDB or REAADB custom resources. Supported database versions for operator versions include "7.2", "7.4", "8.0", and "8.2" (note this value is a string).
+### Upgrade REAADB
+
For Active-Active databases, the `redis.Version` change only needs to be applied on one participating cluster and will automatically propagate to all other participating clusters. All participating clusters must be running operator version 8.0.2-2 or later.
If your REAADB uses supported modules, keep the existing `moduleList` version numbers unchanged when upgrading `redisVersion`. The database will automatically use the module versions that are bundled with the new Redis version, regardless of what versions are specified in `moduleList`. After the upgrade is complete, you can optionally change the old version numbers from `moduleList`, but this change has no functional impact.
-#### General upgrade notes
+### Upgrade with user-defined modules
+
+If a user-defined module is used by any database in the cluster, the module must be defined in the REC custom resource before upgrading the database. See [Add user-defined modules to the REC]({{< relref "/operate/kubernetes/re-databases/modules#add-user-defined-modules-to-the-rec" >}}) for detailed instructions.
+
+### Upgrade policy
Note that if your cluster [`redisUpgradePolicy`]({{}}) or your database [`redisVersion`]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_database_api#redisversion" >}}) are set to `major`, you won't be able to upgrade those databases to minor versions. See [Redis upgrade policy]({{< relref "/operate/rs/installing-upgrading/upgrading#redis-upgrade-policy" >}}) for more details.
@@ -232,6 +250,30 @@ Note that if your cluster [`redisUpgradePolicy`]({{ -o jsonpath='{.spec.autoUpgradeRedisEnterprise}'
+ ```
+
+1. **Verify modules are defined in the REC**: Ensure all user-defined modules are listed in the REC `userDefinedModules` section before upgrading.
+
+ ```sh
+ kubectl get rec -o jsonpath='{.spec.userDefinedModules}' | jq
+ ```
+
+1. **Check module validation errors**: Review the REC status for module validation errors.
+
+ ```sh
+ kubectl describe rec
+ ```
+
+For more information about user-defined modules, see [User-defined modules]({{< relref "/operate/kubernetes/re-databases/modules#user-defined-modules" >}}).
+
### Invalid module version
If the operator logs show an event related to an unsupported module, download the updated module locally, and install it using the `v2/modules` API endpoint.
diff --git a/content/operate/rc/langcache/create-service.md b/content/operate/rc/langcache/create-service.md
index 24b96a2489..16dfdb7cb8 100644
--- a/content/operate/rc/langcache/create-service.md
+++ b/content/operate/rc/langcache/create-service.md
@@ -32,19 +32,39 @@ LangCache does not support the following databases during public preview:
From the [Redis Cloud console](https://cloud.redis.io/), select **LangCache** from the left-hand menu.
-When you access the LangCache page for the first time, you will see a page with an introduction to LangCache. Select **Let's create a service** to create your first service.
+If you have not already created a LangCache service, you'll see a page with an introduction to LangCache. Otherwise, select **New service** to go to the LangCache introduction page.
-{{}}
+{{}}
-If you have already created a LangCache service, select **New service** to create another one.
+From here:
-{{}}
+- Select **Quick create** to create a LangCache service with default settings using your Free 30MB database. If you haven't created a Free database yet, Redis Cloud will create one and set up the LangCache service for you.
+
+ {{}}
+
+ After Redis Cloud creates your LangCache service, a window containing your LangCache service key will appear. Select **Copy** to copy the key to your clipboard.
+
+ {{}}
+
+ {{}}
+This is the only time the value of the user key is available. Save it to a secure location before closing the dialog box.
-This takes you to the **Create LangCache service** page. The page is divided into the following sections:
+If you lose the service key value, you will need to [generate a new service key]({{< relref "/operate/rc/langcache/view-edit-cache#replace-service-api-key" >}}) to be able to use the LangCache API.
+ {{}}
+
+ After your cache is created, you can [use the LangCache API]({{< relref "/operate/rc/langcache/use-langcache" >}}) from your client app.
+
+ You can also [view and edit the cache]({{< relref "/operate/rc/langcache/view-edit-cache" >}}) and [monitor the cache's performance]({{< relref "/operate/rc/langcache/monitor-cache" >}}).
+
+- If you want to customize your LangCache service, select **Create custom service**.
-1. The [General settings](#general-settings) section defines basic properties of your service.
-1. The [Embedding settings](#embedding-settings) section defines the embedding model used by your service.
-1. The [Attributes settings](#attributes-settings) section allows you to define attributes for your service.
+ {{}}
+
+ This takes you to the **Create LangCache service** page. The page is divided into the following sections:
+
+ 1. The [General settings](#general-settings) section defines basic properties of your service.
+ 1. The [Embedding settings](#embedding-settings) section defines the embedding model used by your service.
+ 1. The [Attributes settings](#attributes-settings) section allows you to define attributes for your service.
### General settings
@@ -57,7 +77,7 @@ The **General settings** section defines basic properties of your service.
| **Service name** | Enter a name for your LangCache service. We recommend you use a name that describes your service's purpose. |
| **Select database** | Select the Redis Cloud database to use for this service from the list. |
| **TTL** | The time to live (TTL) for cache entries, in milliseconds. Default: `No expiration` - items in the cache will remain until manually removed. |
-| **User** | The [database access user]({{< relref "/operate/rc/security/access-control/data-access-control/role-based-access-control" >}}) to use for this service. LangCache only supports the [`default` user]({{< relref "/operate/rc/security/access-control/data-access-control/default-user" >}}) during public preview. |
+| **User for this service** | The [database access user]({{< relref "/operate/rc/security/access-control/data-access-control/role-based-access-control" >}}) to use for this service. LangCache only supports the [`default` user]({{< relref "/operate/rc/security/access-control/data-access-control/default-user" >}}) during public preview. |
### Embedding settings
@@ -65,11 +85,14 @@ The **Embedding settings** section defines the embedding model used by your serv
{{}}
+Required settings depend on the embedding provider you select.
+
| Setting name |Description|
|:----------------------|:----------|
-| **Embedding Provider** | The embedding provider to use for your service. Select between `Redis` and `OpenAI`. |
-| **Embedding provider API key** | Enter your embedding provider's API key if not using the default Redis embedding provider. |
-| **Model** | Select the embedding model to use for your service. |
+| **Embedding Provider** | The embedding provider to use for your service. Select between `Redis`, `OpenAI`, and `Bring your own`.
Any embedding provider you use must support the [OpenAI embeddings API](https://platform.openai.com/docs/api-reference/embeddings). |
+| **Embedding provider API key** | Enter your embedding provider's API key *(`OpenAI` and `Bring your own` embedding providers only)* |
+| **Embedding provider URL** | Enter your embedding provider's API URL *(`Bring your own` embedding provider only)* |
+| **Model** | Select or enter the embedding model to use for your service. |
| **Similarity threshold** | Set the minimum similarity score required to consider a cached response a match. Range: `0.5` to `1.0`. Default: `0.85`
A higher value means more precise matches, but if it's too high, you will compromise on the number of matches and may lose relevant matches. A lower value means more matches, but may include less relevant matches. We recommend starting between `0.8` and `0.9` and then fine-tuning based on your results. |
### Attributes settings
@@ -78,7 +101,7 @@ Attributes provide powerful scoping capabilities for your LangCache operations.
The **Attributes settings** section allows you to define attributes for your service. It is collapsed by default.
-{{}}
+{{}}
LangCache allows you to define up to 5 custom attributes that align with your specific use case. To add a new attribute:
@@ -92,7 +115,7 @@ LangCache allows you to define up to 5 custom attributes that align with your sp
After you save your custom attribute, it will appear in the list of custom attributes. Use the **Delete** button to remove it.
-{{}}
+{{}}
You can also select **Add attribute** again to add an additional attribute.
diff --git a/content/operate/rc/langcache/monitor-cache.md b/content/operate/rc/langcache/monitor-cache.md
index a250230751..0970200652 100644
--- a/content/operate/rc/langcache/monitor-cache.md
+++ b/content/operate/rc/langcache/monitor-cache.md
@@ -17,7 +17,7 @@ You can monitor a LangCache service's performance from the **Metrics** tab of th
The **Metrics** tab provides a series of graphs showing performance data for your LangCache service.
-You can switch between daily and weekly stats using the **Day** and **Week** buttons at the top of the page. Each graph also includes minimum, average, maximum, and latest values.
+You can switch between hourly, daily, and weekly stats using the **Hour**, **Day**, and **Week** buttons at the top of the page. Each graph also includes minimum, average, maximum, and latest values.
## LangCache metrics reference
@@ -48,8 +48,4 @@ High cache latency may indicate one of the following:
- Inefficient embedding generation from the embedding provider
- Large cache requiring longer comparison times
- Network latency between the cache and embedding provider
-- Resource constraints
-
-### Cache items
-
-The total number of entries stores in your cache. Each item includes the query string, embedding, response, and other metadata.
\ No newline at end of file
+- Resource constraints
\ No newline at end of file
diff --git a/content/operate/rc/langcache/view-edit-cache.md b/content/operate/rc/langcache/view-edit-cache.md
index a60b66ec40..836bd45335 100644
--- a/content/operate/rc/langcache/view-edit-cache.md
+++ b/content/operate/rc/langcache/view-edit-cache.md
@@ -37,7 +37,7 @@ The **Connectivity** section provides the connection details for your LangCache
|:----------------------|:----------|
| **API Key** | The Bearer token for your LangCache API requests. |
| **Cache ID** | The unique ID of your LangCache service. |
-| **API Base URL** | The base URL for LangCache API requests. |
+| **URL List** | A list of base URLs for LangCache API requests. Use the closest URL for the best performance. |
Select the **Copy** button next to the Cache ID and API Base URL to copy them to the clipboard. If you lost the API key value or need to rotate the key, you can [generate a new service API key](#replace-service-api-key) at any time.
@@ -51,7 +51,7 @@ To generate a new service key:
1. Select **Generate key**.
- {{}}
+ {{}}
1. A confirmation dialog will appear. Select **Confirm** to confirm.
diff --git a/static/images/rc/button-access-management-user-key-create.png b/static/images/rc/button-access-management-user-key-create.png
index d5ca94a7ed..18f59510d0 100644
Binary files a/static/images/rc/button-access-management-user-key-create.png and b/static/images/rc/button-access-management-user-key-create.png differ
diff --git a/static/images/rc/langcache-add-attribute.png b/static/images/rc/langcache-add-attribute.png
index bb8b2fd060..f3fb24d246 100644
Binary files a/static/images/rc/langcache-add-attribute.png and b/static/images/rc/langcache-add-attribute.png differ
diff --git a/static/images/rc/langcache-attribute-settings.png b/static/images/rc/langcache-attribute-settings.png
index 150038c267..eb9aeb0508 100644
Binary files a/static/images/rc/langcache-attribute-settings.png and b/static/images/rc/langcache-attribute-settings.png differ
diff --git a/static/images/rc/langcache-custom-attributes.png b/static/images/rc/langcache-custom-attributes.png
index e11dee8542..503fb6cc6b 100644
Binary files a/static/images/rc/langcache-custom-attributes.png and b/static/images/rc/langcache-custom-attributes.png differ
diff --git a/static/images/rc/langcache-custom-service.png b/static/images/rc/langcache-custom-service.png
new file mode 100644
index 0000000000..81a2928a23
Binary files /dev/null and b/static/images/rc/langcache-custom-service.png differ
diff --git a/static/images/rc/langcache-embedding-settings.png b/static/images/rc/langcache-embedding-settings.png
index 4d5b9c7e59..e5d0f58400 100644
Binary files a/static/images/rc/langcache-embedding-settings.png and b/static/images/rc/langcache-embedding-settings.png differ
diff --git a/static/images/rc/langcache-general-settings.png b/static/images/rc/langcache-general-settings.png
index 45ede217a1..6d38f0a3da 100644
Binary files a/static/images/rc/langcache-general-settings.png and b/static/images/rc/langcache-general-settings.png differ
diff --git a/static/images/rc/langcache-metrics.png b/static/images/rc/langcache-metrics.png
index 8d662be82f..9e7a089407 100644
Binary files a/static/images/rc/langcache-metrics.png and b/static/images/rc/langcache-metrics.png differ
diff --git a/static/images/rc/langcache-new-service.png b/static/images/rc/langcache-new-service.png
index 303b07d215..5e97b2298e 100644
Binary files a/static/images/rc/langcache-new-service.png and b/static/images/rc/langcache-new-service.png differ
diff --git a/static/images/rc/langcache-quick-create.png b/static/images/rc/langcache-quick-create.png
new file mode 100644
index 0000000000..f39ed118cb
Binary files /dev/null and b/static/images/rc/langcache-quick-create.png differ
diff --git a/static/images/rc/langcache-replace-key.png b/static/images/rc/langcache-replace-key.png
index ada2f37e1c..b3e69cab65 100644
Binary files a/static/images/rc/langcache-replace-key.png and b/static/images/rc/langcache-replace-key.png differ
diff --git a/static/images/rc/langcache-service-key.png b/static/images/rc/langcache-service-key.png
index 29e645f24e..6188b7e960 100644
Binary files a/static/images/rc/langcache-service-key.png and b/static/images/rc/langcache-service-key.png differ
diff --git a/static/images/rc/langcache-service-list.png b/static/images/rc/langcache-service-list.png
index 84242e00e7..5cf6076015 100644
Binary files a/static/images/rc/langcache-service-list.png and b/static/images/rc/langcache-service-list.png differ
diff --git a/static/images/rc/langcache-view-actions.png b/static/images/rc/langcache-view-actions.png
index f9927b8905..a472747948 100644
Binary files a/static/images/rc/langcache-view-actions.png and b/static/images/rc/langcache-view-actions.png differ
diff --git a/static/images/rc/langcache-view-attributes.png b/static/images/rc/langcache-view-attributes.png
index 8658320897..0efca57e92 100644
Binary files a/static/images/rc/langcache-view-attributes.png and b/static/images/rc/langcache-view-attributes.png differ
diff --git a/static/images/rc/langcache-view-connectivity.png b/static/images/rc/langcache-view-connectivity.png
index 2ee3d143d4..2b36f20a26 100644
Binary files a/static/images/rc/langcache-view-connectivity.png and b/static/images/rc/langcache-view-connectivity.png differ
diff --git a/static/images/rc/langcache-view-general.png b/static/images/rc/langcache-view-general.png
index 1e2ccc40e8..889896176f 100644
Binary files a/static/images/rc/langcache-view-general.png and b/static/images/rc/langcache-view-general.png differ