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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clustering/settings.adoc
+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
@@ -54,7 +54,7 @@ Treats `dbms.cluster.endpoints` as a domain name to resolve via DNS.
54
54
Expect DNS resolution to provide SRV records with hostnames or IP addresses and ports, of servers to contact for discovery.
55
55
`K8S`::
56
56
Accesses the Kubernetes list service API to derive addresses of servers to contact for discovery.
57
-
Requires `dbms.kubernetes.label_selector` to be a Kubernetes label selector for Kubernetes services running a server each and `dbms.kubernetes.service_port_name` to be a service port name identifying the discovery port of cluster servers services.
57
+
Requires `dbms.kubernetes.label_selector` to be a Kubernetes label selector for Kubernetes services running a server each and `dbms.kubernetes.discovery.service_port_name` to be a service port name identifying the discovery port of cluster servers services.
58
58
The value of `dbms.cluster.endpoints` is ignored for this option.
59
59
For more details, see xref:clustering/setup/discovery.adoc#clustering-discovery-k8s[Discovery in Kubernetes].
0 commit comments