You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
But...i open a terminal and run it from powershell, powershell 7, or cmd window and i get this:
PS C:\Users\username> minikube start
❌ Exiting due to MK_WRONG_BINARY_WSL: You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force
Notes
Was working on minikube 1.17 for a while but stopped working when i updated to minikube 1.8
Environment
Windows build number: Windows 10 Pro 10.0.19042 Build 19042
Windows Terminal
Version: 1.6.10571.0
Steps to reproduce
Try to run minikube from command line -- needs a virtualization component, docker, virtualbox, vmware (i am using vmware)
-- first run i use: minikube start --vm-driver=vmware
Expected behavior
Starts fine and output is above..
Actual behavior
Error also above..
The text was updated successfully, but these errors were encountered:
Trying to run minikube.exe from Windows Terminal. If I open a normal powershell or cmd window it runs fine:
PS C:\Users\username> minikube start
But...i open a terminal and run it from powershell, powershell 7, or cmd window and i get this:
PS C:\Users\username> minikube start
❌ Exiting due to MK_WRONG_BINARY_WSL: You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force
Notes
Was working on minikube 1.17 for a while but stopped working when i updated to minikube 1.8
Environment
Steps to reproduce
Try to run minikube from command line -- needs a virtualization component, docker, virtualbox, vmware (i am using vmware)
-- first run i use: minikube start --vm-driver=vmware
Expected behavior
Starts fine and output is above..
Actual behavior
Error also above..
The text was updated successfully, but these errors were encountered: