generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 57
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
LoadBalancer not working, nginx app not reachable #217
Comments
Here the complete description of the service
|
it got fixed in latest release, but you need to run with privileges in order to work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello I use WSL Unbuntu
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
nginx LoadBalancer 10.96.100.51 172.21.0.5 8080:32297/TCP 3m57s
I tried
curl 172.21.0.5
curl: (7) Failed to connect to 172.21.0.5 port 80: Connection refused
No response, when I logged in the master node for example:
docker exec -it xxxx bash
curl 10.96.100.51
<title>Welcome to nginx!</title> <style> body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style>Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.
Thank you for using nginx.
so the apps runs,
even curl 172.21.0.5 works from the master node.
Can you tell me how to troubleshoot the pb please?
Thanks 👍
The text was updated successfully, but these errors were encountered: