-
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 <servicename> and ingress both are not working on windows 11 #13823
Comments
Hi @hnviradiya, thanks for reporting your issue with minikube! This may be a duplicate of #13736, there's a comment in the issue (#13736 (comment)) that has a link to a fixed binary for the reported issue. Could you try downloading the binary in the comment and try using it and see if that resolves your issue, thanks! |
Okk. Now service issue got fixed with this. But now on top of that service I have ingress created that is not being accessed. Have created from following documentation. This thing works when I use virtualbox driver. It is getting timed out with docker driver. https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/ |
The docker driver needs |
This part needs to be there in documentation below? It seems to be not mentioned there. Moreover on ubuntu I didn't require https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/ |
Hi @hnviradiya, for clarification, the Similar to SSH tunneling, the tunnel itself is a process that continues to run during the duration of the connection. If this process is stopped to run another command, then the tunnel will no longer be working. Does this help get things working? |
Yeah, only the docker driver on macOS and Windows need |
This is still not working. I don't know how do we debug something which is basically a hello-world to the whole application! |
@hnviradiya How did you install the binary on Windows. I cannot seem to see the existing file which has to be replaced: |
I hadn't installed it. I was executing this exe through cmd and passed parameters in cmd. |
@hnviradiya sorry I am on a mac. |
Seems Mac binary isn't provided there (nor have I used Mac ever). May be @spowelljr can help you on that. |
@hnviradiya That's the part I'm missing I guess. What parameters did you pass ? If you can assist with the exact command you ran in command line |
Basically executed all commands from below links. https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/ But instead of "minikube" you will have to go to that exe path and execute there with "minikube-windows-amd64.exe" |
the port forward also works for me on Windows, where minikube run with docker engine. However, I m not clear about why the NodePort service is not really connect to the local machine, i.e. out of the minikube cluster. Port forward is just another function and step to complement this tho, not a basic Kubernetes component. |
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 |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What Happened?
I simply followed following steps. I am using windows 11.
https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/
From above link I executed exact steps as following.
minikube addons enable ingress
kubectl create deployment web --image=gcr.io/google-samples/hello-app:1.0
kubectl expose deployment web --type=NodePort --port=8080
minikube service web
Here at 4th step browser hangs and times out (below screenshot of browser opened by
minikube service web
).Following is the screenshot when I try to curl url given by
minikube service web --url
I tried posting on stackoverflow, but hasn't been solved yet. I even formatted my entire pc and installed everything fresh. But nothing worked. I am unable to find any open issue. Sorry if there is already open item, please provide me link to that.
https://stackoverflow.com/questions/71538136/err-connection-timed-out-kubernetes-minikube-service
Attach the log file
log.txt
Operating System
Windows
Driver
Docker
The text was updated successfully, but these errors were encountered: