-
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
minikube service` not working with Docker driver on Windows 10 Pro 10.0.19041 -Build 19041 #9030
Comments
@medyagh please have a look on this. FYI @tstromberg |
@tstromberg any findings? |
So what happens when you try to ping the URL? It just hangs? |
@sharifelgamal i will not say it hangs. It says the site cant be reached when i ping the node url with the the port exposed in the browser. However when i try .\minikube-windows-amd64.exe service selenium-srv it opens a browser with the url but that also says the site cant be reached. |
the 172 ip is internal to docker and not accessible from outside. can you try in browser with CURL and also make sure your browser is not changing http to https ? and also there might be proxy or VPN that is preventing you from accessing, are you using a corp network or a proxy? |
@medyagh I tried this also but didn't able to access it. I tried the url after running Starting tunnel for service selenium-srv. Is there any specific command pertaining to curl, i will try this also. Could you please provide me the exact command? |
@AmitVishwash when you start the service command, you would need to keep it open in the termianl and open it in another terminal. could you confirm that if if you keep the terminal open, and then try to open it in another terminal it works? |
@medyagh I am keeping the terminal open only and then trying to access the URL. But the url is not accessible. |
@AmitVishwash Amit any luck onthis? even I'm facing same issue. |
@AmitVishwash I am facing the same issue, has there been any progress on a solution? |
We definitely need someone to take a deeper look at the service command on windows. Help wanted! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
This is likely still an issue, freezing to avoid it getting closed. |
here are the workarounds Please see https://minikube.sigs.k8s.io/docs/start/ -> 4Deploy applications for more information |
WORKED |
thanks you very much. It worked |
@dddmityaMD Thank you very much, you are a genuine legend! Not all heros wear capes! |
This issue persists - you can get to the local host 127.0.0.1 address as the browser opens automatically...the public IP is not working seems some issue in the cluster... and you need to keep the terminal open to start the service, pretty annoying.... C:\home\kuber>minikube service mongo-express-service
|
I started minikube service on windows 10 pro build 19041.
Please find the attached screenshots
.\minikube-windows-amd64.exe service selenium-srv
|-----------|--------------|-------------|------------------------|
| NAMESPACE | NAME | TARGET PORT | URL |
|-----------|--------------|-------------|------------------------|
| default | selenium-srv | | http://127.0.0.1:50367 |
|-----------|--------------|-------------|------------------------|
The text was updated successfully, but these errors were encountered: