Skip to content

Commit 93a3350

Browse files
K8s: 7.4.6-2 Oct release notes (#693)
* 7.4.6-2 Oct release notes * update build numbers * update RS link * Apply suggestions from code review Co-authored-by: David Dougherty <[email protected]> --------- Co-authored-by: David Dougherty <[email protected]>
1 parent 0a60823 commit 93a3350

File tree

3 files changed

+147
-0
lines changed

3 files changed

+147
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
alwaysopen: false
3+
categories:
4+
- docs
5+
- operate
6+
- kubernetes
7+
description: This is a feature release with a new version of Redis Enterprise Software
8+
7.4.6.
9+
linkTitle: 7.4.6-2 (October 2024)
10+
title: Redis Enterprise for Kubernetes 7.4.6-2 (October 2024) release notes
11+
weight: 3
12+
---
13+
14+
## Highlights
15+
16+
This is a maintence release to support [Redis Enterprise Software version 7.4.6-77]({{<relref "/operate/rs/release-notes/rs-7-4-2-releases/">}}). For version changes, supported distributions, and known limitations, see the [release notes for 7-4-6-2 (July 2024)]({{<relref "/operate/kubernetes/release-notes/7-4-6-releases/7-4-6-2">}}).
17+
18+
## Downloads
19+
20+
- **Redis Enterprise**: `redislabs/redis:7.4.6-77`
21+
- **Operator**: `redislabs/operator:7.4.6-2`
22+
- **Services Rigger**: `redislabs/k8s-controller:7.4.6-2`
23+
24+
### OpenShift images
25+
26+
- **Redis Enterprise**: `registry.connect.redhat.com/redislabs/redis-enterprise:7.4.6-77.rhel8-openshift`
27+
- **Operator**: `registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.4.6-2`
28+
- **Services Rigger**: `registry.connect.redhat.com/redislabs/services-manager:7.4.6-2`
29+
30+
### OLM bundle
31+
32+
**Redis Enterprise operator bundle** : `v7.4.6-2.3`

content/operate/kubernetes/release-notes/7-4-6-2.md renamed to content/operate/kubernetes/release-notes/7-4-6-releases/7-4-6-2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: This is a feature release with a new version of Redis Enterprise So
99
linkTitle: 7.4.6-2 (July 2024)
1010
title: Redis Enterprise for Kubernetes 7.4.6-2 (July 2024) release notes
1111
weight: 4
12+
aliases: /operate/kubernetes/release-notes/7-4-6-2,
1213
---
1314

1415
## Highlights
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
alwaysopen: false
3+
categories:
4+
- docs
5+
- operate
6+
- kubernetes
7+
description: Releases with support for Redis Enterprise Software 7.4.2.
8+
hideListLinks: true
9+
linkTitle: 7.4.6-2
10+
title: Redis Enterprise for Kubernetes 7.4.6-2 release notes
11+
weight: 6
12+
---
13+
14+
## Detailed release notes
15+
16+
{{<table-children columnNames="Version&nbsp;(Release&nbsp;date)&nbsp;,Major changes" columnSources="LinkTitle,Description" enableLinks="LinkTitle">}}
17+
18+
## Breaking changes
19+
20+
The following changes included in this release affect the upgrade process. Please read carefully before upgrading.
21+
22+
### ValidatingWebhookConfiguration
23+
24+
Versions 6.4.2-4 and later include a new `ValidatingWebhookConfiguration` resource to replace the `redb-admission` webhook resource. To use releases 6.4.2-4 or later, delete the old webhook resource and apply the new file. See [upgrade Redis cluster]({{< relref "/operate/kubernetes/upgrade/upgrade-redis-cluster#reapply-webhook" >}}) for instructions.
25+
26+
### OpenShift SCC
27+
28+
Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that you need to bind to your service account before upgrading. If you skip this step, OpenShift clusters running version 6.2.12 or earlier might get stuck when upgrading to version 6.2.18 or later. See [upgrade a Redis Enterprise cluster (REC)]({{< relref "/operate/kubernetes/upgrade/upgrade-redis-cluster#before-upgrading" >}}) for instructions.
29+
30+
### Upcoming Changes
31+
32+
- Future Redis Enterprise images will be UBI9-based only, without support for Ubuntu-based images.
33+
34+
## Supported distributions
35+
36+
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" >}}).
37+
38+
<span title="Check mark icon">&#x2705;</span> Supported – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.
39+
40+
<span title="Deprecation warning" class="font-serif">:warning:</span> Deprecated – This distribution is still supported for this version of Redis Enterprise Software for Kubernetes, but support will be removed in a future release.
41+
42+
<span title="X icon">&#x274c;</span> End of life – Support for this distribution ended.
43+
44+
Any distribution not listed below is not supported for production workloads.
45+
46+
| **Kubernetes version** | **1.25** | **1.26** | **1.27** | **1.28** | **1.29** | **1.30** |
47+
|---|---|---|---|---|---|---|
48+
| **Community Kubernetes** | | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
49+
| **Amazon EKS** | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | |
50+
| **Azure AKS** | | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
51+
| **Google GKE** | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
52+
| **Rancher RKE2** | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | | |
53+
| **VMware TKG 2.2** | <span title="X icon">&#x274c;</span> | | | | | |
54+
| **VMware TKG 2.3** | <span title="X icon">&#x274c;</span> | <span title="Supported">&#x2705;</span> | | | | |
55+
| **VMware TKG 2.4** | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | | | |
56+
| **OpenShift version** | **4.12** | **4.13** | **4.14** | **4.15** | **4.16** | |
57+
| | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | |
58+
| **VMware TKGI version** | **1.16** | **1.17** | **1.18** | **1.19** | | |
59+
| | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | | |
60+
61+
62+
## Known limitations
63+
64+
- **Missing endpoint for admission endpoint (rare) (RED-119469)** Restart the operator pod.
65+
66+
- **The REDB “redisVersion” field can’t be used for memcached databases(RED-119152)**
67+
68+
- **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.
69+
70+
- **REAADB changes might fail with "gateway timeout" errors, mostly on OpenShift (RED-103048)** Retry the operation.
71+
72+
- **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.
73+
74+
- **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.
75+
76+
- **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.
77+
78+
- **Admission is not blocking REAADB with `shardCount` which exceeds license quota (RED-96301)** Fix the problems with the REAADB and reapply.
79+
80+
- **Active-Active controller only supports global database options. Configuration specific to location is not supported (RED-86490)**
81+
82+
- **Active-Active setup removal might keep services or routes undeleted (RED-77752)** Delete services or routes manually if you encounter this problem.
83+
84+
- **`autoUpgrade` set to `true` can cause unexpected bdb upgrades when `redisUpgradePolicy` is set to `true` (RED-72351)** Contact support if your deployment is impacted.
85+
86+
- **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.
87+
88+
- **PVC size issues when using decimal value in spec (RED-62132)** Make sure you use integer values for the PVC size.
89+
90+
- **REC might report error states on initial startup (RED-61707)** There is no workaround at this time except to ignore the errors.
91+
92+
- **Hashicorp Vault integration - no support for Gesher (RED-55080)** There is no workaround for this issue. Gesher support has been deprecated.
93+
94+
- **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.
95+
96+
- **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.
97+
98+
- **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".
99+
100+
- **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.
101+
102+
- **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.
103+
104+
- **K8s-based 5.4.10 clusters seem to negatively affect existing 5.4.6 clusters (RED-37233)** Upgrade clusters to latest version.
105+
106+
- **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.
107+
108+
- **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.
109+
110+
- **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.
111+
112+
- **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.
113+
114+

0 commit comments

Comments
 (0)