From 0d3bec18967f03cd41381ad210e3586e0f5f5e03 Mon Sep 17 00:00:00 2001 From: sumyiren Date: Fri, 31 Jan 2025 14:37:00 +0000 Subject: [PATCH 1/2] Discovery v2 - hightlight port change --- modules/ROOT/pages/clustering/setup/discovery.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/clustering/setup/discovery.adoc b/modules/ROOT/pages/clustering/setup/discovery.adoc index 621f30ec3..e6a5318e5 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 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]] From 39c11823d20200b21a8cba946007fe1ad11a354c Mon Sep 17 00:00:00 2001 From: Sum <89913753+yirensum@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:00:45 +0000 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> --- modules/ROOT/pages/clustering/setup/discovery.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/clustering/setup/discovery.adoc b/modules/ROOT/pages/clustering/setup/discovery.adoc index e6a5318e5..28578e16a 100644 --- a/modules/ROOT/pages/clustering/setup/discovery.adoc +++ b/modules/ROOT/pages/clustering/setup/discovery.adoc @@ -26,9 +26,9 @@ 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). +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.