Skip to content
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

Minikube dashboard fails with error #12402

Closed
rvishwas opened this issue Sep 3, 2021 · 4 comments
Closed

Minikube dashboard fails with error #12402

rvishwas opened this issue Sep 3, 2021 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@rvishwas
Copy link

rvishwas commented Sep 3, 2021

I have setup minikube as per the given URL https://minikube.sigs.k8s.io/docs/start/ using docker as default driver.
I am able to run minikube kubectl successfully, but not able to start dashboard.

Steps to reproduce the issue:

  1. minikube start
  2. minikube dashboard

Run minikube logs --file=logs.txt and drag and drop the log file into this issue

Full output of failed command if not minikube start:

minikube dashboard command fails with an error ![image](https://user-images.githubusercontent.com/1425360/131973381-dd3bec0d-9dfc-4df7-90f8-b3245fc5eaa6.png)

(https://github.com/kubernetes/minikube/files/7104307/minikube_dashboard_3decaa05cd245e29205d0e6649b53eb77b34f0cb_0.log)

@RA489
Copy link

RA489 commented Sep 6, 2021

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Sep 6, 2021
@shadowshot-x
Copy link

I also encountered a similar issue while using minikube on Ubuntu 16.04. There might be an issue in configuration. Are you using Kubernetes tools other than minikube on your system separately? Try to uninstall them and install only minikube.

I resolved my issues with the following steps

1. minikube delete
2. docker system prune
3. minikube start --driver=docker

leifcr added a commit to leifcr/minikube that referenced this issue Sep 14, 2021
This should solve kubernetes#12402 and issues where ingresses will not show properly in the dashboard.
This error shows on kubernetes 1.22
@sharifelgamal
Copy link
Collaborator

There were issues in the dashboard that should now be fixed in minikube 1.23.2.

@medyagh
Copy link
Member

medyagh commented Oct 27, 2021

@rvishwas plz try with latest version and reopen if still exists

@medyagh medyagh closed this as completed Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

6 participants