Skip to content

Commit 7a23cb5

Browse files
amirammdanni-m
authored andcommitted
Updated RS version tag, note on PKS
RS version tag updated to 5.4.2-27 fixed typo Added enforIPv4 is mandatory for running on PKS
1 parent 6a8bf84 commit 7a23cb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Redis Image
137137
redisEnterpriseImageSpec:
138138
imagePullPolicy: IfNotPresent
139139
repository: redislabs/redis
140-
versionTag: 5.2.2-14
140+
versionTag: 5.4.2-27
141141
```
142142

143143
Persistence
@@ -148,7 +148,7 @@ Persistence
148148
storageClassName: "standard" #on AWS common storage class is gp2
149149
```
150150
151-
Redis Enterprise Nodes (podes)
151+
Redis Enterprise Nodes (pods)
152152
```yaml
153153
redisEnterpriseNodeResources:
154154
limits:
@@ -233,6 +233,7 @@ In this case, you could enforce the use of IPV4, by adding the following attribu
233233
```yaml
234234
enforceIPv4: true
235235
```
236+
Note: Setting 'enforceIPv4' to 'true' is a requirement for running REC on PKS.
236237
237238
[requirements]: https://redislabs.com/redis-enterprise-documentation/administering/designing-production/hardware-requirements/
238239
[service-catalog]: https://kubernetes.io/docs/concepts/extend-kubernetes/service-catalog/

0 commit comments

Comments
 (0)