Include cd in getting started guide

This commit is contained in:
Pieter Noordhuis 2014-10-29 13:00:47 -07:00
parent 918c8e2b96
commit b656f2bdd3

View File

@ -61,6 +61,7 @@ Now, let's continue with deploying Kubernetes.
This process takes about ~10 minutes.
```sh
cd kubernetes # Extracted binary release OR repository root
export KUBERNETES_PROVIDER=vsphere
cluster/kube-up.sh
```