kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.46k stars 4.88k forks source link

Exiting due to HOST_BROWSER: open url failed: [default hello-minikube 8080 http://192.168.49.2:32714]: exit status 3 #19139

Closed Samarendra1980 closed 4 months ago

Samarendra1980 commented 4 months ago

What Happened?

I trying to execute below command $ minikube service hello-minikube but getting below error Opening service default/hello-minikube in default browser... /usr/bin/xdg-open: line 882: www-browser: command not found /usr/bin/xdg-open: line 882: links2: command not found /usr/bin/xdg-open: line 882: elinks: command not found /usr/bin/xdg-open: line 882: links: command not found /usr/bin/xdg-open: line 882: lynx: command not found /usr/bin/xdg-open: line 882: w3m: command not found xdg-open: no method available for opening 'http://192.168.49.2:32714'

X Exiting due to HOST_BROWSER: open url failed: [default hello-minikube 8080 http://192.168.49.2:32714]: exit status 3 Not sure how to resolve this ?

Attach the log file

log.txt minikube_service_0a0cf3f2d4f0a042d2363a8a210047f52fb37d07_0.log

Operating System

Ubuntu

Driver

Docker

spowelljr commented 4 months ago

Hi @Samarendra1980, thanks for reporting your issue, we have an existing issue for this https://github.com/kubernetes/minikube/issues/11222. There is some discussion on how to resolve the issue there so please read through there and see if that resolves your issue. I'm going to close this issue as a duplicate.