-
Notifications
You must be signed in to change notification settings - Fork 284
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
Traefik Ingress Issue - Skipping service: no endpoints found Windows 10 wsl #5093
Comments
See the No problem running |
@amardeep2006 is this with the experimental network enabled or disabled? I assume you had it enabled since you are behind a VPN? |
@amardeep2006 I'm going to close the issue, please try enabling the experimental network using the following:
Feel free to reopen if you reencounter the issue. |
You can enable this inside the app preferences too: https://docs.rancherdesktop.io/1.9/ui/preferences/wsl/network |
Thanks a lot @jandubois @ericpromislow @Nino-K |
Actual Behavior
I have deployed a very simple app via helm chart on local kubernetes. The application is not accessible via Ingress.
The application is accessible if I port forward service directly which means service is created correctly.
I also tried following and it works fine with nginx ingress:
Steps to Reproduce
helm install jadeshooter .
https://jade-shooter.rancher.localhost/
http://jade-shooter.rancher.localhost/
Result
You will see connection refused error in browser.
Expected Behavior
URL must open and your should see a lovely game called Jadeshooter.
Additional Information
I see this error in Traefik pod
time="2023-07-01T05:04:36Z" level=error msg="Skipping service: no endpoints found" serviceName=jade-shooter-service servicePort="&ServiceBackendPort{Name:,Number:30080,}" providerName=kubernetes ingress=jade-shooter namespace=default
I also posted this issue on rancher slack channel where @ericpromislow is able to reproduce this issue on Windows machine.
https://rancher-users.slack.com/archives/C0200L1N1MM/p1688382572421829
Please let me know if you need more details.
Rancher Desktop Version
1.9.1
Rancher Desktop K8s Version
v1.26.5
Which container engine are you using?
moby (docker cli)
What operating system are you using?
Windows
Operating System / Build Version
Windows 10 Enterprise 22H2 (Build 19045.2132)
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
I have I have Zscaler VPN on my machine.
The text was updated successfully, but these errors were encountered: