mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-24 19:01:56 +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> (cherry picked from commit 4e9c5afb6dd6bdedb4032b7cf4a24b6f1bf88144)