siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.

Home Page:https://www.talos.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCTP protocol support

shyamjos opened this issue · comments

Feature Request

Description

We tried to deploy an application that uses SCTP protocol, but it failed with error :
sctp_darn: failed to create socket: Socket type not supported.
looks like talos kernel is missing SCTP support ! It would be great if talos team can enable this protocol on future release.

Tools tested:
sctp_darn : https://www.commandlinux.com/man-page/man1/sctp_darn.1.html
ncat: https://manpages.debian.org/testing/ncat/nc.1.en.html

reference :
https://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol
https://kubernetes.io/docs/reference/networking/service-protocols/#protocol-sctp
https://isovalent.com/labs/cilium-sctp/