Minikube v0.26.1 にしたら Starting cluster components... でハングしたけど解決した

minikubeをv0.26.1に上げたら、minikube startの途中の Starting cluster components... でハングした。

$ minikube start                                                                                                                                                                 
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...                                                                                                                                                   
E0513 11:59:51.236808    2782 start.go:281] Error restarting cluster:  restarting kube-proxy: waiting for kube-proxy to be up for configmap update: timed out waiting for the con
dition                                                                                                                                                                           
================================================================================                                                                                                 
An error has occurred. Would you like to opt in to sending anonymized crash             
information to minikube to help prevent future errors?                                  
To opt out of these messages, run the command:                                          
        minikube config set WantReportErrorPrompt false                                 
================================================================================        
Please enter your response [Y/n]:

ので、見てみたら、Issueがあった。僕はMacじゃなくてUbuntuだけど、同じ状況。

github.com

そこに書いてあるみたいに

$ rm -rf ~/.minikube  
$ minikube start

ってやってから起動したら無事起動したやヽ(=´▽`=)ノ

$ minikube start      
Starting local Kubernetes v1.10.0 cluster...                                            
Starting VM...        
Downloading Minikube ISO                    
 150.53 MB / 150.53 MB [============================================] 100.00% 0s        
Getting VM IP address...                    
Moving files into cluster...                
Downloading kubeadm v1.10.0                 
Downloading kubelet v1.10.0                 
Finished Downloading kubelet v1.10.0        
Finished Downloading kubeadm v1.10.0        
Setting up certs...   
Connecting to cluster...                    
Setting up kubeconfig...                    
Starting cluster components...              
Kubectl is now configured to use the cluster.                                           
Loading cached images from config file.   

違うんやで。今日はこれがやりたかったというわけじゃないんやで。