Originally posted on github.
Following instructions, using:
Mac OSX 10.10.5 Vagrant 1.7.4 Parallels Desktop 10.2.2
When I run
export VAGRANT_DEFAULT_PROVIDER=parallels export KUBERNETES_PROVIDER=vagrant ./cluster/kube-up.sh
master and minion-1 windows pop up, apparently fully functional (I can ssh into them and everything seems to work) but the command line shows following problems for both master and minion:
==> master: Checking for Parallels Tools installed on the VM... ==> master: Parallels Tools installed on this VM are outdated! In most cases ==> master: this is fine but in rare cases it can cause things such as shared ==> master: folders to not work properly. If you see shared folder errors, ==> master: please update Parallels Tools within the virtual machine and ==> master: reload your VM.
master: Running: /var/folders/ng/8c3_08cd5nb8y8414tffrb980000gn/T/vagrant-shell20150904-29622-1bot2j5.sh ==> master: Job for network.service failed. See 'systemctl status network.service' and 'journalctl -xn' for details. ==> master: An error occurred. The error will be shown after all tasks complete.
I have applied the fedora repo fix recommended here but it didn't help.
Any help appreciated.