Skip to content

Commit fc05fa2

Browse files
k8s api docs 8.0.6-6
1 parent 64c78a8 commit fc05fa2

File tree

6 files changed

+547
-37
lines changed

6 files changed

+547
-37
lines changed

content/embeds/k8s/openshift_rec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727

2828
redisEnterpriseImageSpec:
2929
repository: registry.connect.redhat.com/redislabs/redis-enterprise
30-
versionTag: 8.0.2-17
30+
versionTag: 8.0.6-50
3131
redisEnterpriseServicesRiggerImageSpec:
3232
repository: registry.connect.redhat.com/redislabs/services-manager
3333
bootstrapperImageSpec:

content/embeds/k8s/openshift_role.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,25 @@ metadata:
88
rules:
99
- apiGroups:
1010
- rbac.authorization.k8s.io
11-
- ""
1211
resources:
1312
- roles
14-
- serviceaccounts
1513
- rolebindings
1614
verbs:
1715
- create
1816
- get
1917
- update
2018
- patch
2119
- delete
20+
- apiGroups:
21+
- ""
22+
resources:
23+
- serviceaccounts
24+
verbs:
25+
- create
26+
- get
27+
- update
28+
- patch
29+
- delete
2230
- apiGroups:
2331
- app.redislabs.com
2432
resources:

content/embeds/k8s/role.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,25 @@ metadata:
88
rules:
99
- apiGroups:
1010
- rbac.authorization.k8s.io
11-
- ""
1211
resources:
1312
- roles
14-
- serviceaccounts
1513
- rolebindings
1614
verbs:
1715
- create
1816
- get
1917
- update
2018
- patch
2119
- delete
20+
- apiGroups:
21+
- ""
22+
resources:
23+
- serviceaccounts
24+
verbs:
25+
- create
26+
- get
27+
- update
28+
- patch
29+
- delete
2230
- apiGroups:
2331
- app.redislabs.com
2432
resources:

content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,14 @@ The Active-Active database global configurations, contains the global properties
171171
<td><a href="#specglobalconfigurationsalertsettings">alertSettings</a></td>
172172
<td>object</td>
173173
<td>
174-
Settings for database alerts. Note - Alert settings are not supported for Active-Active database.<br/>
174+
Settings for database alerts.<br/>
175+
</td>
176+
<td>false</td>
177+
</tr><tr>
178+
<td><a href="#specglobalconfigurationsauditing">auditing</a></td>
179+
<td>object</td>
180+
<td>
181+
Database auditing configuration.<br/>
175182
</td>
176183
<td>false</td>
177184
</tr><tr>
@@ -323,6 +330,16 @@ The Active-Active database global configurations, contains the global properties
323330
Whether this database supports RESP3 protocol. Note - Deleting this property after explicitly setting its value shall have no effect. Please view the corresponding field in RS doc for more info.<br/>
324331
</td>
325332
<td>false</td>
333+
</tr><tr>
334+
<td>rofRamRatio</td>
335+
<td>integer</td>
336+
<td>
337+
RAM allocation ratio for Redis Flex (v2) databases as a percentage of total data size. Valid range 0-100. When omitted, RS uses the default value of 50%. Controls how much RAM is allocated per unit of data (e.g., 30% means 3MB RAM per 10MB data). RAM grows proportionally with data until rofRamSize limit is reached (if specified). Only applicable when isRof=true and Redis version >= 8.0 (BigStore v2 - Redis Flex).<br/>
338+
<br/>
339+
<i>Minimum</i>: 0<br/>
340+
<i>Maximum</i>: 100<br/>
341+
</td>
342+
<td>false</td>
326343
</tr><tr>
327344
<td>rofRamSize</td>
328345
<td>string</td>
@@ -422,7 +439,7 @@ Connection/ association to the Active-Active database.
422439
### spec.globalConfigurations.alertSettings
423440
<sup><sup>[↩ Parent](#specglobalconfigurations)</sup></sup>
424441

425-
Settings for database alerts. Note - Alert settings are not supported for Active-Active database.
442+
Settings for database alerts.
426443

427444
<table>
428445
<thead>
@@ -1022,6 +1039,31 @@ Dataset size has reached the threshold value [% of the memory limit]
10221039
</table>
10231040

10241041

1042+
### spec.globalConfigurations.auditing
1043+
<sup><sup>[↩ Parent](#specglobalconfigurations)</sup></sup>
1044+
1045+
Database auditing configuration.
1046+
1047+
<table>
1048+
<thead>
1049+
<tr>
1050+
<th>Name</th>
1051+
<th>Type</th>
1052+
<th>Description</th>
1053+
<th>Required</th>
1054+
</tr>
1055+
</thead>
1056+
<tbody><tr>
1057+
<td>dbConnsAuditing</td>
1058+
<td>boolean</td>
1059+
<td>
1060+
Enables auditing of database connection and authentication events. When enabled, connection, authentication, and disconnection events are tracked and sent to the configured audit listener (configured at the cluster level). The cluster-level auditing configuration must be set before enabling this on a database.<br/>
1061+
</td>
1062+
<td>false</td>
1063+
</tr></tbody>
1064+
</table>
1065+
1066+
10251067
### spec.globalConfigurations.backup
10261068
<sup><sup>[↩ Parent](#specglobalconfigurations)</sup></sup>
10271069

0 commit comments

Comments
 (0)