mirror of https://github.com/istio/istio.io.git
Fix SC2218 lint failure (#16865)
* WIP - Try to fix SC2218 lint failure Signed-off-by: Faseela K <faseela.k@est.tech> * fix ambient multi cluster Signed-off-by: Faseela K <faseela.k@est.tech> * Move shellcheck next to the source line Signed-off-by: Faseela K <faseela.k@est.tech> --------- Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
parent
8de834452c
commit
c8666da9a3
|
|
@ -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
|
||||
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue