datahangar / sfunnel

K8s service funneling using eBPF
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

[docker] Allow setting MTU at container startup (`$SET_MTU`) #3

Open msune opened 1 month ago

msune commented 1 month ago

Add an environment variable $SET_MTU=<val> that would set/adjust $IFACES MTU according to val:

A reasonable default should be picked, probably auto (?). In either of the cases the entrypoint.sh should log as INFO the detected MTU (important for debugging).

This issue includes CI coverage.