You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1457,9 +1495,12 @@ Redis Enterprise Role and ACL Binding
1457
1495
<td>true</td>
1458
1496
</tr><tr>
1459
1497
<td>type</td>
1460
-
<td>string</td>
1498
+
<td>enum</td>
1461
1499
<td>
1462
-
Type of Redis Enterprise Database Role Permission<br/>
1500
+
Type of Redis Enterprise Database Role Permission. Currently, only "redis-enterprise" is supported, which uses roles and ACLs defined within Redis Enterprise directly.<br/>
@@ -1300,7 +1299,7 @@ Specification for Redis Enterprise Cluster persistence
1300
1299
<td>volumeSize</td>
1301
1300
<td>int or string</td>
1302
1301
<td>
1303
-
To enable resizing after creating the cluster - please follow the instructions in the pvc_expansion readme<br/>
1302
+
By default, if you omit spec.persistentSpec.volumeSize, the operator allocates a persistent volume that is five times (5x) the Redis Enterprise node memory request defined in spec.redisEnterpriseNodeResources.requests.memory (per node). This 5x ratio is the recommended minimum capacity. To enable resizing after creating the cluster, see the Expand PVC docs: https://redis.io/docs/latest/operate/kubernetes/re-clusters/expand-pvc/<br/>
List of modules associated with the database. The list of valid modules for the specific cluster can be retrieved from the status of the REC object. Use the "name" and "versions" fields for the specific module configuration. If specifying an explicit version for a module, automatic modules versions upgrade must be disabled by setting the '.upgradeSpec.upgradeModulesToLatest' field in the REC to 'false'. Note that the option to specify module versions is deprecated, and will be removed in future releases.<br/>
180
+
List of modules associated with the database. The list of valid modules for the specific cluster can be retrieved from the status of the REC object. Use the "name" and "versions" fields for the specific module configuration. If specifying an explicit version for a module, automatic modules versions upgrade must be disabled by setting the '.upgradeSpec.upgradeModulesToLatest' field in the REC to 'false'. Note that the option to specify module versions is deprecated, and will be removed in future releases. for Redis version 8 and above, bundled modules are enabled automatically, so there is no need to specify them<br/>
182
181
</td>
183
182
<td>false</td>
184
183
</tr><tr>
@@ -414,6 +413,13 @@ Settings for database alerts
414
413
Throughput is lower than specified threshold value [requests / sec.] -Note threshold is commented (allow string/int/float and support backwards compatibility) but is required<br/>
@@ -1283,9 +1314,12 @@ Redis Enterprise Role and ACL Binding
1283
1314
<td>true</td>
1284
1315
</tr><tr>
1285
1316
<td>type</td>
1286
-
<td>string</td>
1317
+
<td>enum</td>
1287
1318
<td>
1288
-
Type of Redis Enterprise Database Role Permission<br/>
1319
+
Type of Redis Enterprise Database Role Permission. Currently, only "redis-enterprise" is supported, which uses roles and ACLs defined within Redis Enterprise directly.<br/>
0 commit comments