Gabor Retvari
Gabor Retvari
As per the `dial tcp 10.101.10.186:13478: operation was canceled` log messages: that's e spurious log that we shouldn't emit at all, will fix that ASAP. As per the rest: here...
I've managed to reproduce this with the [simple tunnel test](https://github.com/l7mp/stunner/tree/main/docs/examples/simple-tunnel). Here is what I've found out so far. The symptom is that the terminating `stunnerd` pod stops receiving packets roughly...
I can't seem to reproduce this on a pure UDP client-server connection *without* STUNner being involved. This might just be good news, as this test indicates the issue may still...
The more I look at this the more it seems to be a Kubernetes regression. Some additional info below. We managed to reproduce this on Kubernetes v1.31.0, but *not* on...
@surkov-sesame We have added a new command line flag `--force-ready-status` to `stunnerd`, which, if set, will prevent the TURN server from failing the readiness check during graceful shutdown. This fixes...
Currently native IPv6 and dual-stack K8s cluster networking is not supported in STUNner, see the related [Discord discussion](https://discord.com/channels/945255818494902282/1414894178558545991). IPv6 LB address should work through. Currently we lack the resources to...
Full ack. Unfortunately currently there's no resource to automate this, so you'll have to do the manual Deployment-DaemonSet swap. On the long run, we should definitely support this. I'll leave...
This feature is available in the member tier (to be released in 1-2 weeks): https://github.com/l7mp/stunner/blob/main/docs/PREMIUM_REFERENCE.md#deploying-into-a-daemonset. Closing this for now, feel free to reopen if this is not what you asked...
Thanks for bringing this up, this is a much requested feature. Unfortunately the current approach is not acceptable for merging. Duplicating `cmd/stunnerd/main.go` essentially creates another parallel codepath to a key...
@ChaturvediShilpa It seems pion has just obtained a structured logger: https://github.com/pion/zapion. Seems to miss a couple of functions to be a full drop-in replacement for pion/logging, but it may be...