Pentaho Tools :

Pentaho C-Tools(CDE,CDF,CDA),Pentaho CE & EE Server,OLAP-Cubes,Analysis using Pivot4J, Saiku Analytics, Saiku Reporting, Ad-hoc Reporting using Interactive Reporting Tool,Dashboards,Reports using PRD, PDD,Data Integration using Kettle ETL,Data Mining usign WEKA,Integration of Servers with Databases,Mobile/iPad compatible Dashboards using Bootstrap Css,Drilldown dashboards,Interactive Dashboards

Monday 10 July 2017

Tip : Kubernetes - minikube start issue fix in windows 10 power shell

When run minikube from windows power shell you may see below error messages.

1)


2) you may see below error after deleting iso folder located at
C:\Users\sadakar\.minikube\cache\iso

PS C:\> .\minikube.exe start
Starting local Kubernetes v1.6.4 cluster...
Starting VM...
E0710 22:54:09.342603    9256 start.go:127] Error starting host: Error getting state for host: machine does not exist.

 Retrying.
E0710 22:54:09.344623    9256 start.go:133] Error starting host:  Error getting state for host: machine does not exist


 

Fix : Execute below 2 commands to get the minikube running back on powershell

PS C:\> .\minikube.exe delete
PS C:\> .\minikube.exe start



References : 
https://github.com/kubernetes/minikube/issues/1055

2 comments: