Add explicit instruction to vagrant example docs
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.
This commit is contained in:
parent
c71866164f
commit
0ef6b9eb19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user