Skip to content

Commit 48dcfa1

Browse files
author
Ian Campbell
committed
Add findutils to kubelet container.
kubelet wants a fully featured `find` now it seems: ``` E0130 14:50:23.475987 654 fsHandler.go:121] failed to collect filesystem stats - rootDiskErr: <nil>, rootInodeErr: cmd [find /var/lib/docker/overlay2/2c4a7692faaaa08afc65430415958e14ae64cd419ad4baa8555cddda3c934814/diff - xdev -printf .] failed. stderr: find: unrecognized: -printf BusyBox v1.27.2 (2017-12-12 10:41:50 GMT) multi-call binary. Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS] Search for files and perform actions on them. ``` Unsure when this started. Signed-off-by: Ian Campbell <ijc@docker.com>
1 parent 81e8953 commit 48dcfa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kubelet/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ RUN apk add --no-cache --initdb -p /out \
8686
curl \
8787
ebtables \
8888
ethtool \
89+
findutils \
8990
iproute2 \
9091
iptables \
9192
musl \

0 commit comments

Comments
 (0)