Re: [kubernetes-users] Vagrant install fails complaining of no compiled k8s

2016-10-18 Thread Brandon Philips
If you just want a working k8s under vagrant you can try this: https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html I will need to look at my laptop when I get in why your instructions aren't working if you want to work on kubernetes. On Tue, Oct 18, 2016, 8:26 AM Neil Wats

[kubernetes-users] Vagrant install fails complaining of no compiled k8s

2016-10-18 Thread Neil Watson
The following install steps produce the error below. What have I missed? Steps: git checkout tags/v1.4.3 make quick-release export KUBERNETES_PROVIDER=vagrant; export VAGRANT_DEFAULT_PROVIDER=virtualbox ; ./cluster/kube-up.sh Results: ==> master: Running provisioner: shell... master: Ru