mirror of https://github.com/istio/istio.io.git
Ignore some errors (#9049)
This commit is contained in:
parent
87e8f20093
commit
0eaf01e8ac
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue