Remove unnecessary gateway config (#10219)

This commit is contained in:
Frank Budinsky 2021-08-24 11:44:38 -04:00 committed by GitHub
parent 913b5305f2
commit b5fb428dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 11 deletions

View File

@ -614,11 +614,6 @@ $ export SECOND_CLUSTER_NAME=<your second remote cluster name>
@samples/multicluster/expose-services.yaml@
{{< /text >}}
{{< text bash >}}
$ kubectl --context="${CTX_SECOND_CLUSTER}" apply -n external-istiod -f \
@samples/multicluster/expose-services.yaml@
{{< /text >}}
### Validate the installation
1. Create, and label for injection, the `sample` namespace on the remote cluster:

View File

@ -442,11 +442,6 @@ kubectl --context="${CTX_REMOTE_CLUSTER}" apply -n external-istiod -f \
samples/multicluster/expose-services.yaml
}
snip_setup_eastwest_gateways_6() {
kubectl --context="${CTX_SECOND_CLUSTER}" apply -n external-istiod -f \
samples/multicluster/expose-services.yaml
}
snip_validate_the_installation_1() {
kubectl create --context="${CTX_SECOND_CLUSTER}" namespace sample
kubectl label --context="${CTX_SECOND_CLUSTER}" namespace sample istio-injection=enabled

View File

@ -137,7 +137,6 @@ _verify_like snip_setup_eastwest_gateways_3 "$snip_setup_eastwest_gateways_3_out
_verify_like snip_setup_eastwest_gateways_4 "$snip_setup_eastwest_gateways_4_out"
snip_setup_eastwest_gateways_5
snip_setup_eastwest_gateways_6
# Validate the installation.
snip_validate_the_installation_1