Skip to content

Commit 11c2afc

Browse files
Fix a typo (#1910) (#1913)
1 parent 154469f commit 11c2afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The new version v2 introduces the following configuration settings to control th
2121

2222
* xref:configuration/configuration-settings.adoc#config_dbms.cluster.discovery.v2.endpoints[`dbms.cluster.discovery.v2.endpoints`] to specify the list of server addresses for discovery when using version v2.
2323
* xref:configuration/configuration-settings.adoc#config_dbms.cluster.discovery.version[`dbms.cluster.discovery.version`] to specify the version of the discovery service.
24-
Possible values are `V1_ONLY`, `V2_ONLY`, `V2_OVER_V1`, and `V2_OVER_V1`.
24+
Possible values are `V1_ONLY`, `V2_ONLY`, `V1_OVER_V2`, and `V2_OVER_V1`.
2525
* xref:configuration/configuration-settings.adoc#config_dbms.kubernetes.discovery.v2.service_port_name[`dbms.kubernetes.discovery.v2.service_port_name`] to specify the name of the service port name used in the Kubernetes API when using version v2.
2626
2727
The following sections describe the different methods for server discovery, configuration settings, and examples of how to move from discovery service v1 to v2.

0 commit comments

Comments
 (0)