Debian: Fix for sanitize_kubelet_reserved_cpus.sh

The sanitize_kubelet_reserved_cpus.sh was being
installed as a directory rather than a script.

Test Plan:
  Build/Bootstrap/Unlock on Debian AIO-SX
  Verify that kubelet starts up, and the sanity file exists

Story: 2009964
Task: 45878
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I966f8b13f7cbd65f1a3f015d75d628e38a166038
This commit is contained in:
Al Bailey 2022-07-21 21:07:43 +00:00
parent f612dd8a2a
commit 1c467064a8
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
usr/bin/kubeadm
usr/bin/kubelet
usr/bin/kubelet-cgroup-setup.sh
usr/local/sbin/sanitize_kubelet_reserved_cpus.sh
usr/bin/kubectl
etc/systemd/system/kubelet.service.d/kubeadm.conf
usr/share/bash-completion/completions/kubectl

View File

@ -63,7 +63,7 @@ override_dh_install:
# install scripts
install -v -m 0700 -d ${DEBIAN_DESTDIR}${_local_sbindir}
install -v -m 0700 -d ${DEBIAN_DESTDIR}${_local_sbindir}/sanitize_kubelet_reserved_cpus.sh
install -v -m 0700 -t ${DEBIAN_DESTDIR}${_local_sbindir} debian/sanitize_kubelet_reserved_cpus.sh
dh_install