Skip to content

Commit 045b4f2

Browse files
k8s api docs 8.0.2-2
1 parent 4394b28 commit 045b4f2

10 files changed

+109
-17
lines changed

content/embeds/k8s/log_collector_role_all_mode.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ rules:
3535
verbs:
3636
- get
3737
- list
38+
- apiGroups:
39+
- discovery.k8s.io
40+
resources:
41+
- endpointslices
42+
verbs:
43+
- get
44+
- list
3845
- apiGroups:
3946
- apps
4047
resources:

content/embeds/k8s/log_collector_role_restricted_mode.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ rules:
3535
verbs:
3636
- get
3737
- list
38+
- apiGroups:
39+
- discovery.k8s.io
40+
resources:
41+
- endpointslices
42+
verbs:
43+
- get
44+
- list
3845
- apiGroups:
3946
- apps
4047
resources:

content/embeds/k8s/multi-ns_role.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ rules:
1818
- apiGroups: [""]
1919
resources: ["secrets"]
2020
verbs: ["update", "get", "watch", "create", "patch", "list"]
21-
- apiGroups: [""]
22-
resources: ["endpoints"]
21+
- apiGroups: ["discovery.k8s.io"]
22+
resources: ["endpointslices"]
2323
verbs: ["get", "list", "watch"]
2424
- apiGroups: [""]
2525
resources: ["events"]

content/embeds/k8s/openshift_rec.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,16 @@ spec:
2424
limits:
2525
cpu: 2
2626
memory: 4Gi
27+
2728
redisEnterpriseImageSpec:
2829
repository: registry.connect.redhat.com/redislabs/redis-enterprise
29-
versionTag: 7.22.0-216
30+
versionTag: 8.0.2-17
3031
redisEnterpriseServicesRiggerImageSpec:
3132
repository: registry.connect.redhat.com/redislabs/services-manager
3233
bootstrapperImageSpec:
3334
repository: registry.connect.redhat.com/redislabs/redis-enterprise-operator
35+
usageMeter:
36+
callHomeClient:
37+
imageSpec:
38+
repository: registry.connect.redhat.com/redislabs/call-home-client
3439
```

content/embeds/k8s/openshift_role.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ rules:
4444
- list
4545
- watch
4646
- apiGroups:
47-
- ""
47+
- discovery.k8s.io
4848
resources:
49-
- endpoints
49+
- endpointslices
5050
verbs:
5151
- get
5252
- list

content/embeds/k8s/role.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ rules:
4444
- list
4545
- watch
4646
- apiGroups:
47-
- ""
47+
- discovery.k8s.io
4848
resources:
49-
- endpoints
49+
- endpointslices
5050
verbs:
5151
- get
5252
- list

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

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ categories:
55
- docs
66
- operate
77
- kubernetes
8-
aliases: [/operate/kubernetes/reference/redis_enterprise_active_active_database_api]
98
linkTitle: REAADB API
109
weight: 30
1110
---
@@ -490,6 +489,13 @@ Settings for database alerts. Note - Alert settings are not supported for Active
490489
Throughput is lower than specified threshold value [requests / sec.]<br/>
491490
</td>
492491
<td>false</td>
492+
</tr><tr>
493+
<td><a href="#specglobalconfigurationsalertsettingsbdb_proxy_cert_expiring_soon">bdb_proxy_cert_expiring_soon</a></td>
494+
<td>object</td>
495+
<td>
496+
Proxy certificate will expire in less than specified threshold value [days]<br/>
497+
</td>
498+
<td>false</td>
493499
</tr><tr>
494500
<td><a href="#specglobalconfigurationsalertsettingsbdb_ram_dataset_overhead">bdb_ram_dataset_overhead</a></td>
495501
<td>object</td>
@@ -792,6 +798,38 @@ Throughput is lower than specified threshold value [requests / sec.]
792798
</table>
793799

794800

801+
### spec.globalConfigurations.alertSettings.bdb_proxy_cert_expiring_soon
802+
<sup><sup>[↩ Parent](#specglobalconfigurationsalertsettings)</sup></sup>
803+
804+
Proxy certificate will expire in less than specified threshold value [days]
805+
806+
<table>
807+
<thead>
808+
<tr>
809+
<th>Name</th>
810+
<th>Type</th>
811+
<th>Description</th>
812+
<th>Required</th>
813+
</tr>
814+
</thead>
815+
<tbody><tr>
816+
<td>enabled</td>
817+
<td>boolean</td>
818+
<td>
819+
Alert enabled or disabled<br/>
820+
</td>
821+
<td>true</td>
822+
</tr><tr>
823+
<td>threshold</td>
824+
<td>string</td>
825+
<td>
826+
Threshold for alert going on/off<br/>
827+
</td>
828+
<td>true</td>
829+
</tr></tbody>
830+
</table>
831+
832+
795833
### spec.globalConfigurations.alertSettings.bdb_ram_dataset_overhead
796834
<sup><sup>[↩ Parent](#specglobalconfigurationsalertsettings)</sup></sup>
797835

@@ -1457,9 +1495,12 @@ Redis Enterprise Role and ACL Binding
14571495
<td>true</td>
14581496
</tr><tr>
14591497
<td>type</td>
1460-
<td>string</td>
1498+
<td>enum</td>
14611499
<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/>
1501+
<br/>
1502+
<i>Enum</i>: redis-enterprise<br/>
1503+
<i>Default</i>: redis-enterprise<br/>
14631504
</td>
14641505
<td>true</td>
14651506
</tr></tbody>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ categories:
55
- docs
66
- operate
77
- kubernetes
8-
aliases: [/operate/kubernetes/reference/redis_enterprise_cluster_api, /operate/kubernetes/reference/cluster-options]
98
linkTitle: REC API
109
weight: 30
1110
---
@@ -1300,7 +1299,7 @@ Specification for Redis Enterprise Cluster persistence
13001299
<td>volumeSize</td>
13011300
<td>int or string</td>
13021301
<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/>
13041303
</td>
13051304
<td>false</td>
13061305
</tr></tbody>

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

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ categories:
55
- docs
66
- operate
77
- kubernetes
8-
aliases: [/operate/kubernetes/reference/redis_enterprise_database_api, /operate/kubernetes/reference/db-options]
98
linkTitle: REDB API
109
weight: 30
1110
---
@@ -178,7 +177,7 @@ RedisEnterpriseDatabaseSpec defines the desired state of RedisEnterpriseDatabase
178177
<td><a href="#specmoduleslist">modulesList</a></td>
179178
<td>[]object</td>
180179
<td>
181-
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/>
182181
</td>
183182
<td>false</td>
184183
</tr><tr>
@@ -414,6 +413,13 @@ Settings for database alerts
414413
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/>
415414
</td>
416415
<td>false</td>
416+
</tr><tr>
417+
<td><a href="#specalertsettingsbdb_proxy_cert_expiring_soon">bdb_proxy_cert_expiring_soon</a></td>
418+
<td>object</td>
419+
<td>
420+
Proxy certificate will expire in less than specified threshold value [days]<br/>
421+
</td>
422+
<td>false</td>
417423
</tr><tr>
418424
<td><a href="#specalertsettingsbdb_ram_dataset_overhead">bdb_ram_dataset_overhead</a></td>
419425
<td>object</td>
@@ -660,6 +666,31 @@ Throughput is lower than specified threshold value [requests / sec.] -Note thres
660666
</table>
661667

662668

669+
### spec.alertSettings.bdb_proxy_cert_expiring_soon
670+
<sup><sup>[↩ Parent](#specalertsettings)</sup></sup>
671+
672+
Proxy certificate will expire in less than specified threshold value [days]
673+
674+
<table>
675+
<thead>
676+
<tr>
677+
<th>Name</th>
678+
<th>Type</th>
679+
<th>Description</th>
680+
<th>Required</th>
681+
</tr>
682+
</thead>
683+
<tbody><tr>
684+
<td>enabled</td>
685+
<td>boolean</td>
686+
<td>
687+
Alert enabled or disabled<br/>
688+
</td>
689+
<td>false</td>
690+
</tr></tbody>
691+
</table>
692+
693+
663694
### spec.alertSettings.bdb_ram_dataset_overhead
664695
<sup><sup>[↩ Parent](#specalertsettings)</sup></sup>
665696

@@ -1283,9 +1314,12 @@ Redis Enterprise Role and ACL Binding
12831314
<td>true</td>
12841315
</tr><tr>
12851316
<td>type</td>
1286-
<td>string</td>
1317+
<td>enum</td>
12871318
<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/>
1320+
<br/>
1321+
<i>Enum</i>: redis-enterprise<br/>
1322+
<i>Default</i>: redis-enterprise<br/>
12891323
</td>
12901324
<td>true</td>
12911325
</tr></tbody>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ categories:
55
- docs
66
- operate
77
- kubernetes
8-
aliases: [/operate/kubernetes/reference/redis_enterprise_remote_cluster_api]
98
linkTitle: RERC API
109
weight: 30
1110
---

0 commit comments

Comments
 (0)