- MiniKube version 0.30.0
- macOS High Sierra
- Install MiniKube on my Mac machine, encounter a hang issue after I triggered the command below
minukube start
- The application always stop at "Starting cluster components"
Starting local Kubernetes v1.10.0 cluster...Starting VM...Getting VM IP address...Moving files into cluster...Setting up certs...Connecting to cluster...Setting up kubeconfig...Starting cluster components...
- In order to resolve this problem, run the command below to delete the machine, it will work like a charm
minikube delete && minikube start
No comments:
Post a Comment