fix bash variable name (#7816)

This commit is contained in:
Mitch Connors 2020-07-30 06:14:43 -07:00 committed by GitHub
parent d42c9a388d
commit 4521eb0239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ The `server: envoy` header indicates that the sidecar intercepted the traffic.
1. Add VM services to the mesh
{{< text bash >}}
$ istioctl experimental add-to-mesh external-service vmhttp ${VM_IP} http:8080 -n ${SERVICE_NAMESPACE}
$ istioctl experimental add-to-mesh external-service vmhttp ${GCE_IP} http:8080 -n ${SERVICE_NAMESPACE}
{{< /text >}}
{{< tip >}}