ceph-csi/vendor/k8s.io/kubernetes/build/rpms/kubelet.spec

32 lines
825 B
RPMSpec
Raw Normal View History

2018-01-09 18:57:14 +00:00
Name: kubelet
Version: OVERRIDE_THIS
Release: 00
License: ASL 2.0
Summary: Container Cluster Manager - Kubernetes Node Agent
URL: https://kubernetes.io
Requires: iptables >= 1.4.21
Requires: kubernetes-cni >= 0.5.1
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}
install -m 755 -d %{buildroot}%{_sysconfdir}/systemd/system/
install -m 755 -d %{buildroot}%{_sysconfdir}/kubernetes/manifests/
2018-07-18 14:47:22 +00:00
install -p -m 755 -t %{buildroot}%{_bindir} {kubelet}
2018-11-26 18:23:56 +00:00
install -p -m 644 -t %{buildroot}%{_sysconfdir}/systemd/system/ {kubelet.service}
2018-01-09 18:57:14 +00:00
%files
%{_bindir}/kubelet
2018-11-26 18:23:56 +00:00
%attr(644,-,-) %{_sysconfdir}/systemd/system/kubelet.service
2018-01-09 18:57:14 +00:00
%{_sysconfdir}/kubernetes/manifests/