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
| dns_suffixes | object | Explicit configuration of DNS suffixes<br />{{<code>}}
24
24
[{
25
25
"name": string,
26
26
"cluster_default": boolean,
27
27
"use_aaaa_ns": boolean,
28
28
"use_internal_addr": boolean,
29
29
"slaves": array
30
30
}, ...]
31
-
{{</code>}} | Explicit configuration of DNS suffixes<br />**name**: DNS suffix name<br />**cluster_default**: Should this suffix be the default cluster suffix<br />**use_aaaa_ns**: Should AAAA records be published for NS records<br />**use_internal_addr**: Should internal cluster IPs be published for databases<br />**slaves**: List of replica servers that should be published as NS and notified |
32
-
| envoy_admin_port | integer, (range: 1024-65535) | Envoy admin port. Changing this port during runtime might result in an empty response because envoy serves as the cluster gateway.|
33
-
| envoy_mgmt_server_port | integer, (range: 1024-65535) | Envoy management server port|
{{</code>}}<br />**name**: DNS suffix name<br />**cluster_default**: Should this suffix be the default cluster suffix<br />**use_aaaa_ns**: Should AAAA records be published for NS records<br />**use_internal_addr**: Should internal cluster IPs be published for databases<br />**slaves**: List of replica servers that should be published as NS and notified |
32
+
| envoy_admin_port | integer, (range:1024-65535) | Envoy admin port. Changing this port during runtime might result in an empty response because envoy serves as the cluster gateway.|
33
+
| envoy_mgmt_server_port | integer, (range:1024-65535) | Envoy management server port|
| recovery_filename | string | Name of backup file to recover from |
40
40
| required_version | string | This node can only join the cluster if all nodes in the cluster have a version greater than the required_version (deprecated as of Redis Enterprise Software v7.8.6) |
41
41
| retry_time | integer | Max waiting time between retries (in seconds) |
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-8-0-releases/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Redis Enterprise Software version 8.0 introduces the following breaking changes:
45
45
46
46
#### API deprecations
47
47
48
-
-TBA
48
+
-Deprecated the `policy` field for [bootstrap]({{<relref "/operate/rs/references/rest-api/requests/bootstrap">}}) REST API requests. Use [`PUT /v1/cluster/policy`]({{< relref "/operate/rs/references/rest-api/requests/cluster/policy#put-cluster-policy" >}}) to change cluster policies after cluster creation instead.
49
49
50
50
#### Internal monitoring and v1 Prometheus metrics deprecation
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-tba.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Redis Software version 8.0.x introduces the following breaking changes:
115
115
116
116
#### API deprecations
117
117
118
-
- TBA
118
+
- Deprecated the `policy` field for [bootstrap]({{<relref "/operate/rs/references/rest-api/requests/bootstrap">}}) REST API requests. Use [`PUT /v1/cluster/policy`]({{< relref "/operate/rs/references/rest-api/requests/cluster/policy#put-cluster-policy" >}}) to change cluster policies after cluster creation instead.
119
119
120
120
#### Internal monitoring and v1 Prometheus metrics deprecation
0 commit comments