Include missing step in vsphere guide

pull/6/head
Pieter Noordhuis 2014-08-25 13:28:00 -07:00
parent 3af9655c36
commit bb44c651c8
1 changed files with 5 additions and 2 deletions

View File

@ -65,8 +65,11 @@ Now, let's continue with deploying Kubernetes:
```sh
cd kubernetes
# Build a release
release/build-release.sh
# Build source
hack/build-go.sh
# Build a release (argument is the instance prefix)
release/build-release.sh kubernetes
# Deploy Kubernetes (takes ~5 minutes, provided everything works out)
export KUBERNETES_PROVIDER=vsphere