2017-05-03 00:22:45 +00:00
|
|
|
Name: kubelet
|
|
|
|
Version: OVERRIDE_THIS
|
|
|
|
Release: 00
|
|
|
|
License: ASL 2.0
|
2017-09-27 21:27:43 +00:00
|
|
|
Summary: Container Cluster Manager - Kubernetes Node Agent
|
2017-05-03 00:22:45 +00:00
|
|
|
|
|
|
|
URL: https://kubernetes.io
|
|
|
|
|
|
|
|
Requires: iptables >= 1.4.21
|
2018-11-27 21:11:27 +00:00
|
|
|
Requires: kubernetes-cni >= 0.6.0
|
2017-05-03 00:22:45 +00:00
|
|
|
Requires: socat
|
|
|
|
Requires: util-linux
|
|
|
|
Requires: ethtool
|
|
|
|
Requires: iproute
|
|
|
|
Requires: ebtables
|
|
|
|
|
|
|
|
%description
|
|
|
|
The node agent of Kubernetes, the container cluster manager.
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
install -m 755 -d %{buildroot}%{_bindir}
|
2018-10-05 13:32:15 +00:00
|
|
|
install -m 755 -d %{buildroot}%{_sysconfdir}/systemd/system/
|
|
|
|
install -m 755 -d %{buildroot}%{_sysconfdir}/kubernetes/manifests/
|
2018-04-30 19:37:57 +00:00
|
|
|
install -p -m 755 -t %{buildroot}%{_bindir} {kubelet}
|
2018-09-13 15:44:34 +00:00
|
|
|
install -p -m 644 -t %{buildroot}%{_sysconfdir}/systemd/system/ {kubelet.service}
|
2017-05-03 00:22:45 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/kubelet
|
2018-08-09 03:32:35 +00:00
|
|
|
%attr(644,-,-) %{_sysconfdir}/systemd/system/kubelet.service
|
2017-05-03 00:22:45 +00:00
|
|
|
%{_sysconfdir}/kubernetes/manifests/
|