Ignore some errors (#9049)

This commit is contained in:
Eric Van Norman 2021-02-24 09:13:29 -06:00 committed by GitHub
parent 87e8f20093
commit 0eaf01e8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -78,7 +78,10 @@ export EXTERNAL_ISTIOD_ADDR=$(kubectl \
-n istio-system get svc istio-ingressgateway \
-o jsonpath='{.status.loadBalancer.ingress[0].ip}')
snip_set_up_the_remote_cluster_1_modified
set +e #ignore failures here
echo y | snip_set_up_the_remote_cluster_2
set -e
# Install istiod on the external cluster.