mirror of https://github.com/istio/istio.io.git
Remove unnecessary gateway config (#10219)
This commit is contained in:
parent
913b5305f2
commit
b5fb428dd5
|
|
@ -614,11 +614,6 @@ $ export SECOND_CLUSTER_NAME=<your second remote cluster name>
|
||||||
@samples/multicluster/expose-services.yaml@
|
@samples/multicluster/expose-services.yaml@
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
{{< text bash >}}
|
|
||||||
$ kubectl --context="${CTX_SECOND_CLUSTER}" apply -n external-istiod -f \
|
|
||||||
@samples/multicluster/expose-services.yaml@
|
|
||||||
{{< /text >}}
|
|
||||||
|
|
||||||
### Validate the installation
|
### Validate the installation
|
||||||
|
|
||||||
1. Create, and label for injection, the `sample` namespace on the remote cluster:
|
1. Create, and label for injection, the `sample` namespace on the remote cluster:
|
||||||
|
|
|
||||||
|
|
@ -442,11 +442,6 @@ kubectl --context="${CTX_REMOTE_CLUSTER}" apply -n external-istiod -f \
|
||||||
samples/multicluster/expose-services.yaml
|
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() {
|
snip_validate_the_installation_1() {
|
||||||
kubectl create --context="${CTX_SECOND_CLUSTER}" namespace sample
|
kubectl create --context="${CTX_SECOND_CLUSTER}" namespace sample
|
||||||
kubectl label --context="${CTX_SECOND_CLUSTER}" namespace sample istio-injection=enabled
|
kubectl label --context="${CTX_SECOND_CLUSTER}" namespace sample istio-injection=enabled
|
||||||
|
|
|
||||||
|
|
@ -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"
|
_verify_like snip_setup_eastwest_gateways_4 "$snip_setup_eastwest_gateways_4_out"
|
||||||
|
|
||||||
snip_setup_eastwest_gateways_5
|
snip_setup_eastwest_gateways_5
|
||||||
snip_setup_eastwest_gateways_6
|
|
||||||
|
|
||||||
# Validate the installation.
|
# Validate the installation.
|
||||||
snip_validate_the_installation_1
|
snip_validate_the_installation_1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue