Skip to content

Commit

Permalink
Merge pull request #109 from rustyrobot/remove-kubectl
Browse files Browse the repository at this point in the history
Remove kubectl dependency for kubelet, closes: #97
  • Loading branch information
mikedanese committed Sep 21, 2016
2 parents 124d95e + b066726 commit dc9f002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/xenial/kubeadm/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: kubeadm
Architecture: {{ .DebArch }}
Depends: kubelet (>= 1.4.0), ${misc:Depends}
Depends: kubelet (>= 1.4.0), kubectl (>= {{ .Version }}), ${misc:Depends}
Description: Kubernetes Cluster Bootstrapping Tool
The Kubernetes command line tool for bootstrapping a Kubernetes cluster.
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: docker-engine (>= 1.11.2-0), iptables (>= 1.4.21), kubectl (>= {{ .Version }}), kubernetes-cni (>= 0.3.0.1), iproute2, socat, util-linux, mount, ${misc:Depends}
Depends: docker-engine (>= 1.11.2-0), iptables (>= 1.4.21), kubernetes-cni (>= 0.3.0.1), iproute2, socat, util-linux, mount, ${misc:Depends}
Description: Kubernetes Node Agent
The node agent of Kubernetes, the container cluster manager

0 comments on commit dc9f002

Please sign in to comment.