mirror of https://github.com/istio/istio.io.git
note the --revision flag for eastwest gateway (#8745)
* note the --revision flag for eastwest gateway * warning
This commit is contained in:
parent
ccb7eccb16
commit
d64fbfadd8
|
@ -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 >}}
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in New Issue