From f08ea8f090189992e38435a3de16d41190264657 Mon Sep 17 00:00:00 2001 From: Nathan Mittler Date: Thu, 28 Jan 2021 12:52:51 -0800 Subject: [PATCH] Add missing step to multicluster tests (#8848) This shouldn't actually be needed by the tests, since it only affects pods without a sidecar. However, adding for completeness. --- .../install/multicluster/multi-primary_multi-network/test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/setup/install/multicluster/multi-primary_multi-network/test.sh b/content/en/docs/setup/install/multicluster/multi-primary_multi-network/test.sh index e3a626bf13..daaa04a809 100644 --- a/content/en/docs/setup/install/multicluster/multi-primary_multi-network/test.sh +++ b/content/en/docs/setup/install/multicluster/multi-primary_multi-network/test.sh @@ -27,6 +27,8 @@ set_multi_network_vars function install_istio_on_cluster1 { echo "Installing Istio on Primary cluster: ${CTX_CLUSTER1}" + snip_set_the_default_network_for_cluster1_1 + snip_configure_cluster1_as_a_primary_1 echo y | snip_configure_cluster1_as_a_primary_2 @@ -43,6 +45,8 @@ function install_istio_on_cluster1 { function install_istio_on_cluster2 { echo "Installing Istio on Primary cluster: ${CTX_CLUSTER2}" + snip_set_the_default_network_for_cluster2_1 + snip_configure_cluster2_as_a_primary_1 echo y | snip_configure_cluster2_as_a_primary_2