Kubernetes vagrant error on restarting: Can't find the necessary components for the parallels vagrant provider

6/21/2016

I got this errors when restarting or reinstalling Kubernetes, any clue how to solve them:

... calling verify-prereqs Can't find the necessary components for the parallels vagrant provider. Possible reasons could be: - vmrun utility is not in your path - Vagrant plugin was not found. - VAGRANT_DEFAULT_PROVIDER is set, but not found. Please fix and retry.

-- Kenadet
kubernetes
vagrant
virtualbox

1 Answer

6/25/2016

If you take a look at cluster/vagrant/util.sh, the possible providers are: vmware_fusion, vmware_workstation, parallels, virtualbox, libvirt, vsphere.

-- caesarxuchao
Source: StackOverflow