Error when starting minikube after a delete
C:\Windows\System32>minikube start
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
E1018 10:37:54.731596 8556 start.go:174] Error starting host: Error getting state for host: machine does not exist.
Retrying.
E1018 10:37:54.750682 8556 start.go:180] Error starting host: Error getting state for host: machine does not exist
C:\Windows\System32>
Solution to fix this error:
1. Change the folder to your .minikube (for me its C:\Users\shvijai\.minikube\cache\iso)
2. Delete the minikube iso file
3. Try minikube start
It works.
C:\Windows\System32>minikube start
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
E1018 10:37:54.731596 8556 start.go:174] Error starting host: Error getting state for host: machine does not exist.
Retrying.
E1018 10:37:54.750682 8556 start.go:180] Error starting host: Error getting state for host: machine does not exist
C:\Windows\System32>
Solution to fix this error:
1. Change the folder to your .minikube (for me its C:\Users\shvijai\.minikube\cache\iso)
2. Delete the minikube iso file
3. Try minikube start
It works.
No comments:
Post a Comment