Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/ROOT/pages/clustering/setup/discovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The new version v2 introduces the following configuration settings to control th
Possible values are `V1_ONLY`, `V2_ONLY`, `V1_OVER_V2`, and `V2_OVER_V1`.
* 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.

xref:configuration/ports.adoc[`Ports`] have also changed in discovery v2.
Cluster discovery v1 port is no longer in used (port 5000).
Instead discovery v2 now uses the Cluster internal traffic port (port 6000).

The following sections describe the different methods for server discovery, configuration settings, and examples of how to move from discovery service v1 to v2.

[[clustering-discovery-methods]]
Expand Down