diff --git a/modules/ROOT/pages/clustering/setup/discovery.adoc b/modules/ROOT/pages/clustering/setup/discovery.adoc index 621f30ec3..28578e16a 100644 --- a/modules/ROOT/pages/clustering/setup/discovery.adoc +++ b/modules/ROOT/pages/clustering/setup/discovery.adoc @@ -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 service v2. +Port `5000`, the discovery v1 port, is no longer used. +Instead, discovery service v2 uses port `6000` - the cluster internal traffic port. + 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]]