2017-05-03 00:22:45 +00:00
|
|
|
Name: kubectl
|
|
|
|
Version: OVERRIDE_THIS
|
|
|
|
Release: 00
|
|
|
|
License: ASL 2.0
|
2017-09-27 21:27:43 +00:00
|
|
|
Summary: Container Cluster Manager - Kubernetes client tools
|
2017-05-03 00:22:45 +00:00
|
|
|
|
|
|
|
URL: https://kubernetes.io
|
|
|
|
|
|
|
|
%description
|
|
|
|
Command-line utility for interacting with a Kubernetes cluster.
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
install -m 755 -d %{buildroot}%{_bindir}
|
2018-04-30 19:37:57 +00:00
|
|
|
install -p -m 755 -t %{buildroot}%{_bindir} {kubectl}
|
2017-05-03 00:22:45 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/kubectl
|