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 is not opening #18833

Open
uratianandkumarintegramicro opened this issue May 8, 2024 · 1 comment
Open

minikube dashboard is not opening #18833

uratianandkumarintegramicro opened this issue May 8, 2024 · 1 comment

Comments

@uratianandkumarintegramicro

What Happened?

minikube dashboard is not opening, when i run a command minikube dashboard
i am ateaching a screen short also

plz do needful help
Screenshot from 2024-05-08 12-52-53

Attach the log file

Screenshot from 2024-05-08 12-52-53

Operating System

None

Driver

None

@nnzv
Copy link

nnzv commented May 10, 2024

The subcommand dashboard uses xdg-open to open the URL on linux. To set a preferred browser, consult the "xdg-settings" documentation. Alternatively, you can use:

minikube dashboard --url

Then manually copy the URL to your preferred browser. If it still doesn't work, provide the output of these commands:

kubectl -n kubernetes-dashboard get all
kubectl -n kubernetes-dashboard describe pod -l=k8s-app=kubernetes-dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants