Add missing backticks to display example DNS name (#5207)

Reads: '..global'
Should read: '<name>.<namespace>.global'
This commit is contained in:
craigbox 2019-10-21 03:10:18 +13:00 committed by Martin Taillefer
parent a42efeb7f8
commit 9a90c888d4
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ Below Istio resources are added to support Mesh Expansion with gateways. This re
## Expose service running on cluster to VMs
Every service in the cluster that needs to be accessed from the VM requires a service entry configuration in the cluster. The host used in the service entry should be of the form <name>.<namespace>.global where name and namespace correspond to the services name and namespace respectively.
Every service in the cluster that needs to be accessed from the VM requires a service entry configuration in the cluster. The host used in the service entry should be of the form `<name>.<namespace>.global` where name and namespace correspond to the services name and namespace respectively.
To demonstrate access from VM to cluster services, configure the
the [httpbin service]({{<github_tree>}}/samples/httpbin)