Update content/docs/tasks/traffic-management/egress/index.md

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>
This commit is contained in:
Rigs Caballero 2019-02-15 07:29:46 +02:00 committed by GitHub
parent 7e9d1643bb
commit febb76edc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ An alternative to calling external services directly is to instruct the Istio pr
external services. This option allows you to start evaluating Istio quickly, without controlling access to external
services, and decide to [configure access to external services](#controlled-access-to-external-services) later.
Istio has an installation option that allows access to any external service on any ports that have no HTTP service and
To allow access to any external service on any ports without an HTTP service or a service entry within the mesh, Istio has an installation option.```
no service entry defined inside the mesh.
For example, if there is no registered HTTP service or service entry defined for port 8000 inside the mesh, the sidecar
proxy can be configured to pass the request on to any external service on that port.