Calling 'vagrant up' directly is not supported. Instead, please run the following:

export KUBERNETES_PROVIDER=vagrant
  ./cluster/kube-up.sh
This commit is contained in:
Marc Tremblay 2015-01-28 17:22:59 -05:00
parent bba01c7a54
commit 25a6cbf526

View File

@ -71,7 +71,7 @@ vagrant provision
To stop and then restart the cluster:
```
vagrant halt
vagrant up
cluster/kube-up.sh
```
To destroy the cluster: