Skip to content

Commit

Permalink
docs: don't set CLUSTER_NAME in envvars.txt because it's set with the -c
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <[email protected]>
  • Loading branch information
andrewsykim committed Jul 26, 2019
1 parent f721639 commit 2a29ad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export SSH_AUTHORIZED_KEY='ssh-rsa AAAAB3N...' # (optional) The public ssh
# Kubernetes configs
export KUBERNETES_VERSION='1.13.6' # (optional) The Kubernetes version to use, defaults to 1.13.6
export CLUSTER_NAME='management-cluster' # (optional) The name for the management cluster, defaults to "capv-mgmt-example"
export SERVICE_CIDR='100.64.0.0/13' # (optional) The service CIDR of the management cluster, defaults to "100.64.0.0/13"
export CLUSTER_CIDR='100.96.0.0/11' # (optional) The cluster CIDR of the management cluster, defaults to "100.96.0.0/11"
EOF
Expand Down

0 comments on commit 2a29ad5

Please sign in to comment.