Turncat command cannot fetch URI from the stunnerd-config config map
This if clause never gets true. The way the CLI takes the listener's name is: k8s://stunner/stunnerd-config:udp-listener.
In reality, the listener's name is not just udp-listener but stunner/udp-gateway/udp-listener.
Turncat
command cannot fetch URI from thestunnerd-config
config map This if clause never gets true. The way the CLI takes the listener's name is:k8s://stunner/stunnerd-config:udp-listener
. In reality, the listener's name is not justudp-listener
butstunner/udp-gateway/udp-listener
.