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.
This commit is contained in:
Nathan Mittler 2021-01-28 12:52:51 -08:00 committed by GitHub
parent 730b536cf0
commit f08ea8f090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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