note the --revision flag for eastwest gateway (#8745)

* note the --revision flag for eastwest gateway

* warning
This commit is contained in:
Steven Landow 2021-01-07 13:04:00 -08:00 committed by GitHub
parent ccb7eccb16
commit d64fbfadd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 0 deletions

View File

@ -76,6 +76,10 @@ $ @samples/multicluster/gen-eastwest-gateway.sh@ \
istioctl --context="${CTX_CLUSTER1}" install -y -f -
{{< /text >}}
{{< warning >}}
If the control-plane was installed with a revision, add the `--revision rev` flag to the `gen-eastwest-gateway.sh` command.
{{< /warning >}}
Wait for the east-west gateway to be assigned an external IP address:
{{< text bash >}}

View File

@ -80,6 +80,10 @@ $ @samples/multicluster/gen-eastwest-gateway.sh@ \
istioctl --context="${CTX_CLUSTER1}" install -y -f -
{{< /text >}}
{{< warning >}}
If the control-plane was installed with a revision, add the `--revision rev` flag to the `gen-eastwest-gateway.sh` command.
{{< /warning >}}
Wait for the east-west gateway to be assigned an external IP address:
{{< text bash >}}

View File

@ -90,6 +90,10 @@ $ @samples/multicluster/gen-eastwest-gateway.sh@ \
istioctl --context="${CTX_CLUSTER1}" install -y -f -
{{< /text >}}
{{< warning >}}
If the control-plane was installed with a revision, add the `--revision rev` flag to the `gen-eastwest-gateway.sh` command.
{{< /warning >}}
Wait for the east-west gateway to be assigned an external IP address:
{{< text bash >}}

View File

@ -81,6 +81,10 @@ Install Istio and expose the control plane so that your virtual machine can acce
$ @samples/multicluster/gen-eastwest-gateway.sh@ --single-cluster | istioctl install -y -f -
{{< /text >}}
{{< warning >}}
If the control-plane was installed with a revision, add the `--revision rev` flag to the `gen-eastwest-gateway.sh` command.
{{< /warning >}}
1. Expose the control plane using the provided sample configuration:
{{< text bash >}}