Include cd in getting started guide

(cherry picked from commit b656f2bdd3)
This commit is contained in:
Pieter Noordhuis
2014-10-29 13:00:47 -07:00
committed by Joe Beda
parent da405a4e6b
commit ea335ef802

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
```