From 9a90c888d45494312a3514b4af2207abf6847b49 Mon Sep 17 00:00:00 2001 From: craigbox Date: Mon, 21 Oct 2019 03:10:18 +1300 Subject: [PATCH] Add missing backticks to display example DNS name (#5207) Reads: '..global' Should read: '..global' --- content/en/docs/examples/mesh-expansion/multi-network/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/examples/mesh-expansion/multi-network/index.md b/content/en/docs/examples/mesh-expansion/multi-network/index.md index aec57a212b..661e09d3d9 100644 --- a/content/en/docs/examples/mesh-expansion/multi-network/index.md +++ b/content/en/docs/examples/mesh-expansion/multi-network/index.md @@ -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 ..global where name and namespace correspond to the service’s 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 `..global` where name and namespace correspond to the service’s name and namespace respectively. To demonstrate access from VM to cluster services, configure the the [httpbin service]({{}}/samples/httpbin)