Skip to content

Commit

Permalink
Add explicit instruction to vagrant example docs
Browse files Browse the repository at this point in the history
Building kubecfg is required for kubecfg.sh. kubecfg.sh will warn
of this if it hasn't been built, but it's a better user experience
to make people explicitly aware of all required steps.
  • Loading branch information
bwells committed Aug 9, 2014
1 parent c718661 commit 0ef6b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/getting-started-guides/vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ef6b9e

Please sign in to comment.