mirror of https://github.com/istio/istio.io.git
Add missing var declaration (#7851)
This commit is contained in:
parent
b3eada0cff
commit
ef70b8e44f
|
@ -102,7 +102,7 @@ following commands on a machine with cluster admin privileges:
|
|||
|
||||
1. Generate a `cluster.env` configuration to deploy in the VMs. This file contains the Kubernetes cluster IP address ranges
|
||||
to intercept and redirect via Envoy. You specify the CIDR range when you install Kubernetes as `servicesIpv4Cidr`.
|
||||
Replace `$MY_ZONE` and `$MY_PROJECT` in the following example commands with the appropriate values to obtain the CIDR
|
||||
Replace `$MY_ZONE`, `$MY_PROJECT` and `$K8S_CLUSTER` in the following example commands with the appropriate values to obtain the CIDR
|
||||
after installation:
|
||||
|
||||
{{< text bash >}}
|
||||
|
|
Loading…
Reference in New Issue