Add missing var declaration (#7851)

This commit is contained in:
Mitch Connors 2020-08-04 06:44:17 -07:00 committed by GitHub
parent b3eada0cff
commit ef70b8e44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 >}}