Skip to content

Commit

Permalink
Merge pull request #467 from andrewsykim/remove-cluster-name-envar
Browse files Browse the repository at this point in the history
docs: don't set CLUSTER_NAME in envvars.txt because it's set with -c
  • Loading branch information
k8s-ci-robot authored Jul 26, 2019
2 parents f721639 + 2a29ad5 commit 8f13f86
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 8f13f86

Please sign in to comment.