mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 08:51:15 +01:00
When Talos runs in a container, `ethtool` availability depends on host kernel support, and we don't strictly need `ethtool` to make networking work, so make it optional instead of hard failure. Example: https://gist.github.com/rgl/392d6e16d176f28430230b06ec80496c Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>