Skip to content

Commit

Permalink
correct kubelet service file permission
Browse files Browse the repository at this point in the history
To fix below waring:
systemd[1]: Configuration file /etc/systemd/system/kubelet.service is marked executable. Please remove executable permission bits. Proceeding anyway.

Signed-off-by: Xiang Dai <[email protected]>
  • Loading branch information
daixiang0 committed Aug 9, 2018
1 parent ad97a03 commit 0474e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rpms/kubelet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ install -p -m 755 -t %{buildroot}%{_sysconfdir}/systemd/system/ {kubelet.service

%files
%{_bindir}/kubelet
%{_sysconfdir}/systemd/system/kubelet.service
%attr(644,-,-) %{_sysconfdir}/systemd/system/kubelet.service
%{_sysconfdir}/kubernetes/manifests/

0 comments on commit 0474e90

Please sign in to comment.