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:
parent
f612dd8a2a
commit
1c467064a8
@ -1,7 +1,6 @@
|
|||||||
usr/bin/kubeadm
|
usr/bin/kubeadm
|
||||||
usr/bin/kubelet
|
usr/bin/kubelet
|
||||||
usr/bin/kubelet-cgroup-setup.sh
|
usr/bin/kubelet-cgroup-setup.sh
|
||||||
usr/local/sbin/sanitize_kubelet_reserved_cpus.sh
|
|
||||||
usr/bin/kubectl
|
usr/bin/kubectl
|
||||||
etc/systemd/system/kubelet.service.d/kubeadm.conf
|
etc/systemd/system/kubelet.service.d/kubeadm.conf
|
||||||
usr/share/bash-completion/completions/kubectl
|
usr/share/bash-completion/completions/kubectl
|
||||||
|
@ -63,7 +63,7 @@ override_dh_install:
|
|||||||
|
|
||||||
# install scripts
|
# install scripts
|
||||||
install -v -m 0700 -d ${DEBIAN_DESTDIR}${_local_sbindir}
|
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
|
dh_install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user