-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
api load: filestore: Error getting migrated host: unexpected end of JSON input #5046
Comments
I had a similar issue after upgrading from 1.2. Deleting the c:\Users<username>.minikube folder solved my issue. |
Interesting. Could you attach the The instructions should work: running |
config.json file is empty. |
Confirmed on macOS:
|
Thank you for the update! As far as deleting folders in Windows, I'm not sure how to guide you to doing so with full permissions. You may need to stop the VM in Hyper-V first if one exists. |
@rameshpuruganti I believe this issue is now addressed by minikube v1.4, as it forcibly resets VM's that are in a failed state. If you still see this issue with minikube v1.4 or higher, please reopen this issue by commenting with Thank you for reporting this issue! |
The exact command to reproduce the issue:
minikube start --vm-driver hyperv --hyperv-virtual-switch="Minikube"
This is the command i am running.
The full output of the command that failed:
The output is
minikube v1.3.0 on Microsoft Windows 10 Pro 10.0.17763 Build 17763
E0812 11:39:52.134815 15164 start.go:723] StartHost: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore: Error getting migrated host: unexpected end of JSON input
X Unable to start VM: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore: Error getting migrated host: unexpected end of JSON input
The output of the
minikube logs
command:In Log it is printed as:
X api load: filestore: Error getting migrated host: unexpected end of JSON input
The operating system version: Windows 10 Pro
The text was updated successfully, but these errors were encountered: