dns-udp can't find the listener #1951
-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 1 reply
-
Hi @CaiNiaoHui thanks for reporting! Be sure to check out the docs while you wait for a human to take a look at this 🙂 Cheers! |
Beta Was this translation helpful? Give feedback.
-
@CaiNiaoHui Specifically, you want to look for the following line:
If that is not set, add that setting then redeploy the ingress as well as your transportserver resources (per our example) |
Beta Was this translation helpful? Give feedback.
-
@jasonwilliams14 |
Beta Was this translation helpful? Give feedback.
-
Is there anyway i can set it via the helm values? If there are services/pods residing outside of the typical namespace like nginx-ingress, how i can enable this in an automated way? |
Beta Was this translation helpful? Give feedback.
-
Hi @robincher It is possible to configure the GlobalConfiguration resource via |
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to expose the MQTT port using the TCP protocol, but it's not working. The same setup works on Rancher Desktop but fails on AKS. Setup Details:
Ingress-NGINX Controller Custom
|
Beta Was this translation helpful? Give feedback.
-
Hi @sheetalshet, could you please provide more details regarding the failure you experienced, like the Ingress Controller logs or Kubernetes events? As you're responding to this post, have you encountered the same errors as the users above? If you didn't find any errors in the transport server, global configuration, or in the logs, and your setup was working in another environment, you may want to consult the AKS documentation on correctly setting up the load balancer and firewall to allow incoming TCP traffic on specific ports. |
Beta Was this translation helpful? Give feedback.
-
Hi @sheetalshet I noticed you were trying to use the listener name |
Beta Was this translation helpful? Give feedback.
@CaiNiaoHui
Can you check your deployment and verify you have specified your global configuration as part of the command line arguments?
https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/command-line-arguments/
Specifically, you want to look for the following line:
If that is not set, add that setting then redeploy the ingress as well as your transportserver resources (per our example)
Let us know how that goes.