Adding WebSocket Support to Hetzner-k3s Cluster #436
Unanswered
LarvePoire
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm currently trying to add WebSocket support to my Hetzner-k3s cluster. After reading the Socket.io documentation, I attempted to add the necessary annotations to the Ingress of my application as follows:
ingress-app.yaml
I also updated my
config.yaml
like this:config.yaml
However, I'm not sure what changes, if any, I need to make in my
ingress-nginx-annotation.yaml
file.When I try to apply my Ingress configuration, I encounter the following error:
It seems that the
nginx.ingress.kubernetes.io/configuration-snippet
annotation cannot be used because snippet directives are disabled by the Ingress administrator.I'm a bit stuck on how to properly configure WebSocket support for my application. Any guidance on how to enable this or alternative approaches would be greatly appreciated.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions