Merge pull request #844 from bwells/vagrant-example-docs

Add explicit instruction to vagrant example docs
This commit is contained in:
brendandburns 2014-08-11 12:19:32 -07:00
commit 943674850f

View File

@ -82,6 +82,9 @@ cd kubernetes
modify cluster/kube-env.sh:
KUBERNETES_PROVIDER="vagrant"
## build the binary required by kubecfg.sh
hack/build-go.sh
cluster/kube-up.sh => brings up a vagrant cluster
cluster/kube-down.sh => destroys a vagrant cluster
cluster/kube-push.sh => updates a vagrant cluster