mirror of https://github.com/istio/istio.io.git
Improve clarity of Egress Gateway docs (#11458)
* Improve clarity of Egress Gateway docs Make the step 13 more clear, since it is creating a DestinationRule in the test-egress namespace and not in the default namespace. * Update content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md Co-authored-by: craigbox <craigbox@google.com> Co-authored-by: craigbox <craigbox@google.com>
This commit is contained in:
parent
bfc662d4e3
commit
a5b270cba4
|
@ -543,7 +543,7 @@ external service.
|
|||
sleep istio-proxy
|
||||
{{< /text >}}
|
||||
|
||||
1. Create the same destination rule as for the `sleep` pod in the `default` namespace to direct the traffic through the egress gateway:
|
||||
1. Create a similar destination rule as used for the `sleep` pod in the `default` namespace, to direct the `test-egress` namespace traffic through the egress gateway:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl apply -n test-egress -f - <<EOF
|
||||
|
|
Loading…
Reference in New Issue