From 3d7bcc44a94e863232de30173b82612a3ac6661b Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 15 Jun 2020 07:12:32 -0700 Subject: [PATCH] Fix description of Shared control plane (#7559) From the remote cluster, one of the endpoints should be the IP of the Pod in remote cluster not in the main cluster. Co-authored-by: tomocy --- content/en/docs/setup/install/multicluster/shared/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/install/multicluster/shared/index.md b/content/en/docs/setup/install/multicluster/shared/index.md index 977de88656..9f57916667 100644 --- a/content/en/docs/setup/install/multicluster/shared/index.md +++ b/content/en/docs/setup/install/multicluster/shared/index.md @@ -481,7 +481,7 @@ ENDPOINT STATUS OUTLIER CHECK CLUSTER {{< /text >}} In the remote cluster, the endpoints are the gateway IP of the main cluster (`192.168.1.246:443`) and -the pod IP in the main cluster (`10.32.0.9:5000`). +the pod IP in the remote cluster (`10.32.0.9:5000`). **Congratulations!**