changed fromRegistry to match MAIN_CLUSTER_NAME (#7349)

This commit is contained in:
Gregory Hanson 2020-05-18 19:33:12 -04:00 committed by GitHub
parent d35ab0ec7b
commit 9e9650b623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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