Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ set -e
set -u
set -o pipefail

source content/en/docs/ambient/install/multicluster/common.sh
#shellcheck source=tests/util/gateway-api.sh
source "tests/util/gateway-api.sh"

#shellcheck source=content/en/docs/setup/install/multicluster/common.sh
source "content/en/docs/ambient/install/multicluster/common.sh"

set_multi_network_vars
setup_helm_repo

Expand Down Expand Up @@ -82,14 +85,14 @@ function enable_endpoint_discovery {
snip_enable_endpoint_discovery_2
}


time configure_trust
time install_istio_helm
time enable_endpoint_discovery
time verify_load_balancing

# @cleanup
source content/en/docs/setup/install/multicluster/common.sh
#shellcheck source=content/en/docs/setup/install/multicluster/common.sh
source "content/en/docs/setup/install/multicluster/common.sh"
set_multi_network_vars

function cleanup_cluster1_helm {
Expand Down