Skip to content

Commit

Permalink
Add conntrack as dependency for kubelet
Browse files Browse the repository at this point in the history
Addresses kubernetes/kubeadm#1287

Also associated with a PR in the k8s.io/kubernetes to keep the changes
in sync.

This change adds conntrack as a dependency for kubelet when building
rpms or debs.

Signed-off-by: Duffie Cooley <dcooley@heptio.com>
  • Loading branch information
Duffie Cooley committed Nov 29, 2018
1 parent 4a45486 commit 932d554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 ({{ .KubeletCNIVersion }}), iproute2, socat, util-linux, mount, ebtables, ethtool, ${misc:Depends}
Depends: iptables (>= 1.4.21), kubernetes-cni ({{ .KubeletCNIVersion }}), iproute2, socat, util-linux, mount, ebtables, ethtool, conntrack, ${misc:Depends}
Description: Kubernetes Node Agent
The node agent of Kubernetes, the container cluster manager
1 change: 1 addition & 0 deletions rpm/kubelet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Requires: util-linux
Requires: ethtool
Requires: iproute
Requires: ebtables
Requires: conntrack


%description
Expand Down

0 comments on commit 932d554

Please sign in to comment.