diff --git a/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md b/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md index 43ae284635..a0c68a1159 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md +++ b/content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md @@ -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 - <