Skip to content

Commit

Permalink
Add ethtool to the kubelet dependenices
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Oct 27, 2016
1 parent 6ba19d4 commit b0206a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions debian/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ func main() {
Versions: []version{
{
Version: "1.4.4",
Revision: "00",
Revision: "01",
Stable: true,
},
{
Version: "1.4.4",
Revision: "00",
Revision: "01",
Stable: false,
},
},
Expand Down
2 changes: 1 addition & 1 deletion debian/xenial/kubelet/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Vcs-Browser: https://github.com/kubernetes/kubernetes

Package: kubelet
Architecture: {{ .DebArch }}
Depends: iptables (>= 1.4.21), kubernetes-cni (>= 0.3.0.1), iproute2, socat, util-linux, mount, ebtables, ${misc:Depends}
Depends: iptables (>= 1.4.21), kubernetes-cni (>= 0.3.0.1), iproute2, socat, util-linux, mount, ebtables, ethtool, ${misc:Depends}
Description: Kubernetes Node Agent
The node agent of Kubernetes, the container cluster manager

0 comments on commit b0206a9

Please sign in to comment.