Merge pull request #101744 from euank/k3s-modprobe
k3s: add modprobe to k3s's PATH
This commit is contained in:
commit
9662e0eaf9
@ -9,6 +9,7 @@
|
||||
, buildGoPackage
|
||||
, git
|
||||
, runc
|
||||
, kmod
|
||||
, libseccomp
|
||||
, pkgconfig
|
||||
, ethtool
|
||||
@ -226,6 +227,7 @@ stdenv.mkDerivation rec {
|
||||
# https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-237202494
|
||||
# Note the list in that issue is stale and some aren't relevant for k3s.
|
||||
k3sRuntimeDeps = [
|
||||
kmod
|
||||
socat
|
||||
iptables
|
||||
iproute
|
||||
|
Loading…
Reference in New Issue
Block a user