Skip to content

Commit 226fb16

Browse files
add or later to 7.8.2-6
1 parent ead220e commit 226fb16

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

content/operate/kubernetes/release-notes/7-8-2-releases/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Redis Enterprise for Kubernetes 7.8.2-6 release notes
1111
weight: 51
1212
---
1313

14-
Redis Enterprise for Kubernetes 7.8.2-6 is a feature release including support for Redis Software 7.8.2-2.
14+
The Redis Enterprise for Kubernetes releases listed below include support for Redis Software 7.8.2.
1515

1616
## Detailed release notes
1717

@@ -26,21 +26,21 @@ The following changes included in this release affect the upgrade process. Pleas
2626
- Redis Enterprise images are now based on RHEL9.
2727
- Ubuntu images are no longer supported.
2828

29-
This means upgrades to 7.8.2-6 require:
29+
This means upgrades to 7.8.2-6 or later require:
3030

3131
- Cluster version of 7.4.2-2 or later.
3232
- Database version 7.2 or later.
3333
- RHEL9 compatible binaries for any modules you need.
3434

35-
See [Upgrade Redis Enterprise for Kubernetes]({{<relref "/operate/kubernetes/upgrade/upgrade-redis-cluster">}}) for detailed steps to upgrade to 7.8.2-6.
35+
See [Upgrade Redis Enterprise for Kubernetes]({{<relref "/operate/kubernetes/upgrade/upgrade-redis-cluster">}}) for detailed steps to upgrade to 7.8.2-6 or later.
3636

3737
## Known limitations
3838

3939
### New limitations
4040

41-
- **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 7.8.2-6.
41+
- **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 7.8.2-6 or later.
4242

43-
- **When changing the REDB field `spec.modulesList` version might be upgraded to latest even if a different version is specified.** To prevent the upgrade to latest, set `spec.upgradeSpec.setModuleToLatest` to `false` before upgrading to 7.8.2-6.
43+
- **When changing the REDB field `spec.modulesList` version might be upgraded to latest even if a different version is specified.** To prevent the upgrade to latest, set `spec.upgradeSpec.setModuleToLatest` to `false` before upgrading to 7.8.2-6 or later.
4444

4545
### Existing limitations
4646

content/operate/kubernetes/security/manage-rec-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 93
1111
Redis Enterprise for Kubernetes uses a custom resource called [`RedisEnterpriseCluster`]({{< relref "/operate/kubernetes/reference/redis_enterprise_cluster_api" >}}) to create a Redis Enterprise cluster (REC). During creation it generates random credentials for the operator to use. The credentials are saved in a Kubernetes (K8s) [secret](https://kubernetes.io/docs/concepts/configuration/secret/). The secret name defaults to the name of the cluster.
1212

1313
{{<note>}}
14-
This procedure is only supported for operator versions 6.0.20-12 and above.
14+
This procedure is only supported for operator versions 6.0.20-12 or later.
1515
{{</note>}}
1616

1717
## Retrieve the current username and password

content/operate/kubernetes/upgrade/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Information about upgrading your Redis Enterprise cluster on Kubern
99
hideListLinks: true
1010
linkTitle: Upgrade
1111
weight: 15
12-
bannerText: This page applies to version [7.8.2-6 and above](https://redis.io/docs/latest/operate/kubernetes/release-notes/7-8-2-releases). To install older versions, see the [7.4.6 documentation](https://redis.io/docs/latest/operate/kubernetes/7.4.6/).
12+
bannerText: This page applies to version [7.8.2-6 or later](https://redis.io/docs/latest/operate/kubernetes/release-notes/7-8-2-releases). To install older versions, see the [7.4.6 documentation](https://redis.io/docs/latest/operate/kubernetes/7.4.6/).
1313
bannerChildren: true
1414
---
1515

content/operate/kubernetes/upgrade/openshift-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Title: Upgrade Redis Enterprise 7.8.2-6 with OpenShift CLI
2+
Title: Upgrade Redis Enterprise with OpenShift CLI
33
alwaysopen: false
44
categories:
55
- docs
@@ -19,25 +19,25 @@ Redis implements rolling updates for software upgrades in Kubernetes deployments
1919

2020
## Prerequisites
2121

22-
The following steps ensure you have the minimum versions of all components necessary to upgrade to 7.8.2-6. **Without these minimum versions, the upgrade will freeze and require manual recovery.**
22+
The following steps ensure you have the minimum versions of all components necessary to upgrade to 7.8.2-6 or later. **Without these minimum versions, the upgrade will freeze and require manual recovery.**
2323

2424
See the [troubleshooting](#troubleshooting) section for details on recovering a failed upgrade.
2525

2626
### Kubernetes version
2727

28-
Check [Supported Kubernetes distributions]({{<relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) to make sure your Kubernetes distribution is supported by 7.8.2-6. If not, upgrade your Kubernetes distribution before upgrading the Redis operator.
28+
Check [Supported Kubernetes distributions]({{<relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) to make sure your Kubernetes distribution is supported by your target operator version. If not, upgrade your Kubernetes distribution before upgrading the Redis operator.
2929

3030
### Redis operator version
3131

32-
Your Redis Enterprise clusters must be running version 7.4.2-2 or later before upgrading to 7.8.2-6. See the [7.4 upgrade](https://redis.io/docs/latest/operate/kubernetes/7.4.6/upgrade/openshift-cli/) for detailed steps.
32+
Your Redis Enterprise clusters must be running version 7.4.2-2 or later before upgrading to 7.8.2-6 or later. See the [7.4 upgrade](https://redis.io/docs/latest/operate/kubernetes/7.4.6/upgrade/openshift-cli/) for detailed steps.
3333

3434
### Redis database version
3535

36-
Your Redis databases must be running version 7.2 or later before upgrading your cluster version to 7.8.2-6. See [upgrade databases](#upgrade-databases) for detailed steps. You can find your database version in the [REDB `spec.redisVersion` field]({{<relref "/operate/kubernetes/reference/redis_enterprise_database_api#redisversion" >}}).
36+
Your Redis databases must be running version 7.2 or later before upgrading your cluster version to 7.8.2-6 or later. See [upgrade databases](#upgrade-databases) for detailed steps. You can find your database version in the [REDB `spec.redisVersion` field]({{<relref "/operate/kubernetes/reference/redis_enterprise_database_api#redisversion" >}}).
3737

3838
### RHEL9-compatible modules
3939

40-
Upgrading to Redis operator version 7.8.2-6 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.
40+
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.
4141

4242
To see which modules you have installed, run:
4343

0 commit comments

Comments
 (0)