-
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
xdg-open: no method available for opening on an Ubuntu machine #11222
Comments
/kind support |
You can set your preferred web browser in your desktop settings, or you can export the $BROWSER environment variable. Alternatively, you can use |
I think Firefox is the default in Ubuntu, see https://help.ubuntu.com/community/WebBrowsers Like so: |
@danielhabakkuk your OS does not support openning link into browser,have u tried to open the url manually in your browser ? |
Probably needs an entry in the documentation, for people trying to run on control plane in a dedicated VM with only a CLI ? https://github.com/kubernetes/minikube/issues?q=is%3Aissue+%22xdg-open%22 It would be possible to tunnel in special ports, and open them in a browser on another machine - like Katacoda is doing ? https://kubernetes.io/docs/tutorials/hello-minikube/#create-a-minikube-cluster
https://www.katacoda.com/courses/kubernetes/launch-single-node-cluster It's also possible that the user does have a virtual desktop set up just for minikube, but forgot to install a web browser in it... |
I'm going to turn this issue into a documentation issue for CLI-only environments. |
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 |
if I want to set the $HOST_BROWSER or $BROWSER env variable, what should be the value? |
Popular choices include "firefox" or "chromium-browser" Usually just through "Preferred Applications", or somesuch |
Steps to reproduce the issue:
🎉 Opening service default/mongo-express-service in default browser...
xdg-open: no method available for opening 'http://10.128.0.4:30000'
❌ Exiting due to HOST_BROWSER: exit status 3
😿 If the above advice does not help, please let us know:
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:The text was updated successfully, but these errors were encountered: