Skip to content

Commit 3441ce4

Browse files
k8s api docs 7.8.2-2
1 parent 5297dc5 commit 3441ce4

File tree

4 files changed

+77
-6
lines changed

4 files changed

+77
-6
lines changed

content/operate/kubernetes/reference/redis_enterprise_active_active_database_api.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The Active-Active database global configurations, contains the global properties
157157
<td><a href="#specglobalconfigurationsalertsettings">alertSettings</a></td>
158158
<td>object</td>
159159
<td>
160-
Settings for database alerts<br/>
160+
Settings for database alerts. Note - Alert settings are not supported for Active-Active database.<br/>
161161
</td>
162162
<td>false</td>
163163
</tr><tr>
@@ -278,7 +278,7 @@ The Active-Active database global configurations, contains the global properties
278278
<td>redisVersion</td>
279279
<td>string</td>
280280
<td>
281-
Redis OSS version. Version can be specified via <major.minor> prefix, or via channels - for existing databases - Upgrade Redis OSS version. For new databases - the version which the database will be created with. If set to 'major' - will always upgrade to the most recent major Redis version. If set to 'latest' - will always upgrade to the most recent Redis version. Depends on 'redisUpgradePolicy' - if you want to set the value to 'latest' for some databases, you must set redisUpgradePolicy on the cluster before. Possible values are 'major' or 'latest' When using upgrade - make sure to backup the database before. This value is used only for database type 'redis'<br/>
281+
Redis OSS version. Version can be specified via <major.minor> prefix, or via channels - for existing databases - Upgrade Redis OSS version. For new databases - the version which the database will be created with. If set to 'major' - will always upgrade to the most recent major Redis version. If set to 'latest' - will always upgrade to the most recent Redis version. Depends on 'redisUpgradePolicy' - if you want to set the value to 'latest' for some databases, you must set redisUpgradePolicy on the cluster before. Possible values are 'major' or 'latest' When using upgrade - make sure to backup the database before. This value is used only for database type 'redis'. Note - Specifying Redis version is currently not supported for Active-Active database.<br/>
282282
</td>
283283
<td>false</td>
284284
</tr><tr>
@@ -401,7 +401,7 @@ Connection/ association to the Active-Active database.
401401
### spec.globalConfigurations.alertSettings
402402
<sup><sup>[↩ Parent](#specglobalconfigurations)</sup></sup>
403403

404-
Settings for database alerts
404+
Settings for database alerts. Note - Alert settings are not supported for Active-Active database.
405405

406406
<table>
407407
<thead>
@@ -1516,6 +1516,15 @@ RedisEnterpriseActiveActiveDatabaseStatus defines the observed state of RedisEnt
15161516
</tr>
15171517
</thead>
15181518
<tbody><tr>
1519+
<td>clusterCertificatesGeneration</td>
1520+
<td>integer</td>
1521+
<td>
1522+
Versions of the cluster's Proxy and Syncer certificates. In Active-Active databases, these are used to detect updates to the certificates, and trigger synchronization across the participating clusters. .<br/>
1523+
<br/>
1524+
<i>Format</i>: int64<br/>
1525+
</td>
1526+
<td>false</td>
1527+
</tr><tr>
15191528
<td>guid</td>
15201529
<td>string</td>
15211530
<td>

content/operate/kubernetes/reference/redis_enterprise_cluster_api.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,13 @@ Cluster-level LDAP configuration, such as server addresses, protocol, authentica
11921192
The maximum TTL of cached entries.<br/>
11931193
</td>
11941194
<td>false</td>
1195+
</tr><tr>
1196+
<td>directoryTimeoutSeconds</td>
1197+
<td>integer</td>
1198+
<td>
1199+
The connection timeout to the LDAP server when authenticating a user, in seconds<br/>
1200+
</td>
1201+
<td>false</td>
11951202
</tr><tr>
11961203
<td>enabledForControlPlane</td>
11971204
<td>boolean</td>
@@ -26403,6 +26410,13 @@ Volume represents a named volume in a pod that may be accessed by any container
2640326410
Versions of open source databases bundled by Redis Enterprise Software - please note that in order to use a specific version it should be supported by the ‘upgradePolicy’ - ‘major’ or ‘latest’ according to the desired version (major/minor)<br/>
2640426411
</td>
2640526412
<td>false</td>
26413+
</tr><tr>
26414+
<td><a href="#statuscertificatesstatus">certificatesStatus</a></td>
26415+
<td>object</td>
26416+
<td>
26417+
Stores information about cluster certificates and their update process. In Active-Active databases, this is used to detect updates to the certificates, and trigger synchronization across the participating clusters.<br/>
26418+
</td>
26419+
<td>false</td>
2640626420
</tr><tr>
2640726421
<td>ingressOrRouteMethodStatus</td>
2640826422
<td>string</td>
@@ -26509,6 +26523,40 @@ Volume represents a named volume in a pod that may be accessed by any container
2650926523
</table>
2651026524

2651126525

26526+
### status.certificatesStatus
26527+
<sup><sup>[↩ Parent](#status)</sup></sup>
26528+
26529+
Stores information about cluster certificates and their update process. In Active-Active databases, this is used to detect updates to the certificates, and trigger synchronization across the participating clusters.
26530+
26531+
<table>
26532+
<thead>
26533+
<tr>
26534+
<th>Name</th>
26535+
<th>Type</th>
26536+
<th>Description</th>
26537+
<th>Required</th>
26538+
</tr>
26539+
</thead>
26540+
<tbody><tr>
26541+
<td>generation</td>
26542+
<td>integer</td>
26543+
<td>
26544+
Generation stores the version of the cluster's Proxy and Syncer certificate secrets. In Active-Active databases, when a user updates the proxy or syncer certificate, a crdb-update command needs to be triggered to avoid potential sync issues. This helps the REAADB controller detect a change in a certificate and trigger a crdb-update. The version of the cluster's Proxy certificate secret.<br/>
26545+
<br/>
26546+
<i>Format</i>: int64<br/>
26547+
</td>
26548+
<td>false</td>
26549+
</tr><tr>
26550+
<td>updateStatus</td>
26551+
<td>string</td>
26552+
<td>
26553+
The status of the cluster's certificates update<br/>
26554+
</td>
26555+
<td>false</td>
26556+
</tr></tbody>
26557+
</table>
26558+
26559+
2651226560
### status.licenseStatus
2651326561
<sup><sup>[↩ Parent](#status)</sup></sup>
2651426562

content/operate/kubernetes/reference/redis_enterprise_database_api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ RedisEnterpriseDatabaseSpec defines the desired state of RedisEnterpriseDatabase
171171
<td><a href="#specmoduleslist">modulesList</a></td>
172172
<td>[]object</td>
173173
<td>
174-
List of modules associated with database. Note - For Active-Active databases this feature is currently in preview. For this feature to take effect for Active-Active databases, set a boolean environment variable with the name "ENABLE_ALPHA_FEATURES" to True. This variable can be set via the redis-enterprise-operator pod spec, or through the operator-environment-config Config Map.<br/>
174+
List of modules associated with database. Note - For Active-Active databases this feature is currently in preview. For this feature to take effect for Active-Active databases, set a boolean environment variable with the name "ENABLE_ALPHA_FEATURES" to True. This variable can be set via the redis-enterprise-operator pod spec, or through the operator-environment-config Config Map. Note - if you do not want to upgrade to the latest version you must set upgradeSpec -> upgradeModulesToLatest to false. if you specify a version and do not set the upgradeModulesToLatest it can result errors in the operator. in addition, the option to specify specific version is Deprecated and will be deleted in next releases.<br/>
175175
</td>
176176
<td>false</td>
177177
</tr><tr>
@@ -1154,7 +1154,7 @@ Redis Enterprise Module: https://redislabs.com/redis-enterprise/modules/
11541154
<td>version</td>
11551155
<td>string</td>
11561156
<td>
1157-
Module's semantic version e.g "1.6.12" - optional only in REDB, must be set in REAADB<br/>
1157+
DEPRECATED - Module's semantic version e.g "1.6.12" - optional only in REDB, must be set in REAADB<br/>
11581158
</td>
11591159
<td>false</td>
11601160
</tr></tbody>
@@ -1303,7 +1303,7 @@ Specifications for DB upgrade.
13031303
<td>upgradeModulesToLatest</td>
13041304
<td>boolean</td>
13051305
<td>
1306-
Upgrades the modules to the latest version that supportes the DB version during a DB upgrade action, to upgrade the DB version view the 'redisVersion' field. Notes - All modules must be without specifing the version. in addition, This field is currently not supported for Active-Active databases.<br/>
1306+
DEPRECATED Upgrades the modules to the latest version that supports the DB version during a DB upgrade action, to upgrade the DB version view the 'redisVersion' field. Notes - All modules must be without specifying the version. in addition, This field is currently not supported for Active-Active databases. The default is true<br/>
13071307
</td>
13081308
<td>true</td>
13091309
</tr></tbody>

content/operate/kubernetes/reference/redis_enterprise_remote_cluster_api.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ RedisEntepriseRemoteCluster represents a remote participating cluster.
103103
The namespace of the REC that the RERC is pointing at<br/>
104104
</td>
105105
<td>true</td>
106+
</tr><tr>
107+
<td>apiPort</td>
108+
<td>integer</td>
109+
<td>
110+
The port number of the cluster's URL used for connectivity/sync<br/>
111+
</td>
112+
<td>false</td>
106113
</tr><tr>
107114
<td>dbFqdnSuffix</td>
108115
<td>string</td>
@@ -136,6 +143,13 @@ RedisEntepriseRemoteCluster represents a remote participating cluster.
136143
</tr>
137144
</thead>
138145
<tbody><tr>
146+
<td>internalObservedSecretResourceVersion</td>
147+
<td>string</td>
148+
<td>
149+
The observed secret resource version. Used for internal purposes only.<br/>
150+
</td>
151+
<td>false</td>
152+
</tr><tr>
139153
<td>local</td>
140154
<td>boolean</td>
141155
<td>

0 commit comments

Comments
 (0)