Skip to content

Commit

Permalink
Tweak vagrant README a little for new binary deploy world.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeda committed Oct 11, 2014
1 parent 695fbee commit 5c84cd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started-guides/vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ Minion identifier

Alternatively to using the vagrant commands, you can also use the `cluster/kube-*.sh` scripts to interact with the vagrant based provider just like any other hosting platform for kubernetes.

You need to build the binary required by `kube*` scripts:
All of these commands assume you have set `KUBERNETES_PROVIDER` appropriately:

```
hack/build-go.sh
export KUBERNETES_PROVIDER=vagrant
```

Then bring up a vagrant cluster
Bring up a vagrant cluster

```
cluster/kube-up.sh
Expand All @@ -106,7 +106,7 @@ Destroy the vagrant cluster
cluster/kube-down.sh
```

Update the vagrant cluster
Update the vagrant cluster after you make changes (only works when building your own releases locally):

```
cluster/kube-push.sh
Expand Down

0 comments on commit 5c84cd2

Please sign in to comment.