From b5fb428dd534c6b8d58ada6089f74d1dc75a3455 Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Tue, 24 Aug 2021 11:44:38 -0400 Subject: [PATCH] Remove unnecessary gateway config (#10219) --- content/en/docs/setup/install/external-controlplane/index.md | 5 ----- content/en/docs/setup/install/external-controlplane/snips.sh | 5 ----- content/en/docs/setup/install/external-controlplane/test.sh | 1 - 3 files changed, 11 deletions(-) diff --git a/content/en/docs/setup/install/external-controlplane/index.md b/content/en/docs/setup/install/external-controlplane/index.md index c9b0ccc8bb..c8c9ca6beb 100644 --- a/content/en/docs/setup/install/external-controlplane/index.md +++ b/content/en/docs/setup/install/external-controlplane/index.md @@ -614,11 +614,6 @@ $ export SECOND_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: diff --git a/content/en/docs/setup/install/external-controlplane/snips.sh b/content/en/docs/setup/install/external-controlplane/snips.sh index caf7adddd1..bdd435a721 100644 --- a/content/en/docs/setup/install/external-controlplane/snips.sh +++ b/content/en/docs/setup/install/external-controlplane/snips.sh @@ -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 diff --git a/content/en/docs/setup/install/external-controlplane/test.sh b/content/en/docs/setup/install/external-controlplane/test.sh index 834f40c51a..db49994cc7 100644 --- a/content/en/docs/setup/install/external-controlplane/test.sh +++ b/content/en/docs/setup/install/external-controlplane/test.sh @@ -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