Skip to content

Commit 54df19c

Browse files
Merge pull request #1902 from redis/DOC-5512
K8s: PVC expansion-RoF limitation
2 parents e00794f + 040380f commit 54df19c

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

content/operate/kubernetes/re-clusters/auto-tiering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ To deploy a Redis Enterprise cluster (REC) with Auto Tiering, you'll need to spe
4343

4444
{{<warning>}}Switching between storage engines (`speedb` and `rocksdb`) requires guidance by Redis Support or your Account Manager.{{</warning>}}
4545

46+
{{<warning>}}PVC expansion is not supported when using Auto Tiering. Do not enable `enablePersistentVolumeResize` in the REC `persistentSpec` if you are using `redisOnFlashSpec` as this will result in conflicts. {{</warning>}}
47+
4648
Here is an example of an REC custom resource with these attributes:
4749

4850
```YAML

content/operate/kubernetes/re-clusters/expand-pvc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ This process involves deleting and recreating the REC StatefulSet with a larger
3333

3434
{{<warning>}} OpenShift users should be aware that (`ClusterResourceQuota`) can limit the PVC expansion. Check your quota before resizing using `oc describe clusterresourcequota <quota-name>`.{{</warning>}}
3535

36+
{{<warning>}} PVC expansion is not supported when using Auto Tiering (Redis on Flash). Do not enable `enablePersistentVolumeResize` if your REC uses `redisOnFlashSpec` as this will result in conflicts. {{</warning>}}
37+
3638
## Expand REC PVC
3739

3840
1. Enable the REC persistent volume resize flag.

content/operate/kubernetes/release-notes/7-22-0-releases/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Redis Enterprise for Kubernetes 7.22.0 includes bug fixes, enhancements, and sup
2424

2525
- **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.
2626

27+
- **PVC expansion is not supported when using Redis on Flash (Auto Tiering) (RED-165770)** Do not enable `enablePersistentVolumeResize` if your REC uses `redisOnFlashSpec` as this will result in conflicts.
28+
2729
- **Missing endpoint for admission endpoint (rare) (RED-119469)** Restart the operator pod.
2830

2931
- **The REDB “redisVersion” field can’t be used for memcached databases(RED-119152)**

content/operate/kubernetes/release-notes/7-4-2-releases/7-4-2-12.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Any distribution not listed below is not supported for production workloads.
109109

110110
- **Missing endpoint for admission endpoint (rare) (RED-119469)** Restart the operator pod.
111111

112+
- **PVC expansion is not supported when using Redis on Flash (Auto Tiering) (RED-165770)** Do not enable `enablePersistentVolumeResize` if your REC uses `redisOnFlashSpec` as this will result in conflicts.
113+
112114
### Existing limitations
113115

114116
- **The REDB “redisVersion” field can’t be used for memcached databases(RED-119152)**

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ Any distribution not listed below is not supported for production workloads.
102102

103103
- **The REDB “redisVersion” field can’t be used for memcached databases(RED-119152)**
104104

105+
- **PVC expansion is not supported when using Redis on Flash (Auto Tiering) (RED-165770)** Do not enable `enablePersistentVolumeResize` if your REC uses `redisOnFlashSpec` as this will result in conflicts.
106+
105107
- **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.
106108

107109
- **REAADB changes might fail with "gateway timeout" errors, mostly on OpenShift (RED-103048)** Retry the operation.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ Any distribution not listed below is not supported for production workloads.
114114

115115
- **The REDB “redisVersion” field can’t be used for memcached databases(RED-119152)**
116116

117+
- **PVC expansion is not supported when using Redis on Flash (Auto Tiering) (RED-165770)** Do not enable `enablePersistentVolumeResize` if your REC uses `redisOnFlashSpec` as this will result in conflicts.
118+
117119
- **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.
118120

119121
- **REAADB changes might fail with "gateway timeout" errors, mostly on OpenShift (RED-103048)** Retry the operation.

0 commit comments

Comments
 (0)