Closed SeetaramOnCloud closed 3 years ago
Do you mind including the output of minikube logs
, as well as the output of:
minikube delete
minikube start --alsologtostderr -v=2
Thank you!
(At a minimum, we should fix this misleading/confusing error message)
Hi, i executed above commands Microsoft Windows [Version 10.0.18362.959] (c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\seeta>minikube delete
C:\Users\seeta>minikube start --alsologtostderr -v=2
C:\Users\seeta>kubectl get nodes error: You must be logged in to the server (Unauthorized)
I haven't been able to reproduce it, but the root cause appears to be this error: api server version match failed: server version: the server has asked for the client to provide credentials
Could you share the output of minikube logs
? Thank you.
[minikube.log](https://github.com/kubernetes/minikube/files/5067967/minikube.log)
thank you for your quick response
@seetaramrao - Could you please try running minikube delete --purge --all
and try starting minikube again and see if this happens again?
I suspect this is fixed by the newest version of minikube. If you're still getting this issue, please reopen this.
Steps to reproduce the issue:
1.* minikube v1.12.2 on Microsoft Windows 10 Home 10.0.18362 Build 18362
X failed to start node: startup failed: wait 6m0s for node: wait for healthy API server: controlPlane never updated to v1.18.3
Full output of failed command:
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command: