Merge pull request #101744 from euank/k3s-modprobe

k3s: add modprobe to k3s's PATH
This commit is contained in:
Martin Weinelt 2020-10-28 23:56:35 +01:00 committed by GitHub
commit 9662e0eaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
, buildGoPackage , buildGoPackage
, git , git
, runc , runc
, kmod
, libseccomp , libseccomp
, pkgconfig , pkgconfig
, ethtool , ethtool
@ -226,6 +227,7 @@ stdenv.mkDerivation rec {
# https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-237202494 # https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-237202494
# Note the list in that issue is stale and some aren't relevant for k3s. # Note the list in that issue is stale and some aren't relevant for k3s.
k3sRuntimeDeps = [ k3sRuntimeDeps = [
kmod
socat socat
iptables iptables
iproute iproute