From 9e9650b6237ee8e89709c7d6d21293000c0e3dac Mon Sep 17 00:00:00 2001 From: Gregory Hanson Date: Mon, 18 May 2020 19:33:12 -0400 Subject: [PATCH] changed fromRegistry to match MAIN_CLUSTER_NAME (#7349) --- content/en/docs/setup/install/multicluster/shared/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/en/docs/setup/install/multicluster/shared/index.md b/content/en/docs/setup/install/multicluster/shared/index.md index 7035a7a4f2..40efdd6062 100644 --- a/content/en/docs/setup/install/multicluster/shared/index.md +++ b/content/en/docs/setup/install/multicluster/shared/index.md @@ -137,8 +137,7 @@ spec: meshNetworks: ${MAIN_CLUSTER_NETWORK}: endpoints: - # Always use Kubernetes as the registry name for the main cluster in the mesh network configuration - - fromRegistry: Kubernetes + - fromRegistry: ${MAIN_CLUSTER_NAME} gateways: - registry_service_name: istio-ingressgateway.istio-system.svc.cluster.local port: 443 @@ -176,8 +175,7 @@ spec: meshNetworks: ${MAIN_CLUSTER_NETWORK}: endpoints: - # Always use Kubernetes as the registry name for the main cluster in the mesh network configuration - - fromRegistry: Kubernetes + - fromRegistry: ${MAIN_CLUSTER_NAME} gateways: - registry_service_name: istio-ingressgateway.istio-system.svc.cluster.local port: 443