-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Linux][Fedora35] Starting minikube dashboard
fails with Exiting due to HOST_KUBECTL_PROXY: readByteWithTimeout: EOF
#13361
Comments
Tried a few thingsI dug into the code in So I dug further and found that this error, for my use case at least, happens due to the use of Here are my test cases: Shell aliasing for
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Interesting! I wonder what's different about minikube's kubectl implementation that would cause this error. We'd love some help taking a loot at it. |
Can't reproduce it on Ubuntu 22.04 |
I got the same issue on fedora 36 |
It seems that a program has taken the dashbord port, you should check out the port. May be it has been taken. |
remove microk8s and problem will be solved. sudo snap remove microk8s |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Encountering this on Windows 10 as well. Freshly installed.
|
What Happened?
Launching
minikube dashboard
orminikube dashboard --url
fails in launching the proxy with error:Exiting due to HOST_KUBECTL_PROXY: readByteWithTimeout: EOF
Attach the log file
Here is the log.txt obtained from running
minikube logs --file=log.txt
Operating System
Redhat/Fedora
Driver
KVM2
The text was updated successfully, but these errors were encountered: