Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exiting due to PROVIDER_VMWARE_NOT_FOUND #14513

Closed
Zarak-Shah-ji opened this issue Jul 4, 2022 · 9 comments
Closed

Exiting due to PROVIDER_VMWARE_NOT_FOUND #14513

Zarak-Shah-ji opened this issue Jul 4, 2022 · 9 comments
Labels
co/vmware-driver Issues with vmware driver kind/support Categorizes issue or PR as a support question.

Comments

@Zarak-Shah-ji
Copy link

user1@master-node:~$ minikube start --vm-driver=vmware
πŸ˜„ minikube v1.25.2 on Ubuntu 18.04
✨ Using the vmware driver based on user configuration

🀷 Exiting due to PROVIDER_VMWARE_NOT_FOUND: The 'vmware' provider was not found: exec: "docker-machine-driver-vmware": executable file not found in $PATH
πŸ’‘ Suggestion: Install docker-machine-driver-vmware
πŸ“˜ Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/vmware/

@spowelljr
Copy link
Member

Hi @zarak-shahjee, you'll need to download and install docker-machine-driver-vmware.

You can find the download links here: https://github.com/machine-drivers/docker-machine-driver-vmware/releases/tag/v0.1.5

@spowelljr spowelljr added kind/support Categorizes issue or PR as a support question. co/vmware-driver Issues with vmware driver labels Jul 13, 2022
@klaases
Copy link
Contributor

klaases commented Aug 18, 2022

Hi @zarak-shahjee, were you able to install docker-machine-driver-vmware as suggested?

@hariharPai
Copy link

I am facing the same issue

Before this I did brew install docker-machine-driver-vmware

minikube start --driver=vmware
πŸ˜„ minikube v1.26.1 on Darwin 12.5
✨ Using the vmware driver based on user configuration

🀷 Exiting due to PROVIDER_VMWARE_NOT_FOUND: The 'vmware' provider was not found: exec: "vmrun": executable file not found in $PATH
πŸ’‘ Suggestion: Install vmrun
πŸ“˜ Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/vmware/

@spowelljr
Copy link
Member

@hariharPai This is a different error, the original issue was for "docker-machine-driver-vmware": executable file not found in $PATH, but you're experiencing "vmrun": executable file not found in $PATH. You'll need to find where vmrun is and add it to your path.

@klaases
Copy link
Contributor

klaases commented Oct 5, 2022

Hi @hariharPai, were you able apply the above suggestion to help solve the different error?

@hariharPai
Copy link

hariharPai commented Oct 11, 2022 via email

@klaases
Copy link
Contributor

klaases commented Oct 11, 2022

Hi @hariharPai – sure, I see. If needed, please feel free to re-open the issue by commenting with /reopen.

Thank you for sharing your experience!

@klaases klaases closed this as completed Oct 11, 2022
@rajakumarlearning
Copy link

check and add the environment variable for Vmware

@Zarak-Shah-ji
Copy link
Author

re you able apply the above suggestion to help solve the different err

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/vmware-driver Issues with vmware driver kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

5 participants