Added some initial daemonsets

This commit is contained in:
2026-04-01 22:55:22 +08:00
parent 3e6df38f45
commit 145b0a4662
12 changed files with 415 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ apk add alpine-base \
# For diagnotics
apk add \
iproute2 iproute2-ss curl bind-tools procps strace tcpdump lsof jq binutils \
openssl conntrack-tools ethtool findmnt kmod coreutils util-linux zstd
openssl conntrack-tools ethtool findmnt kmod coreutils util-linux zstd libcap-utils
echo '[ -x /bin/bash ] && exec /bin/bash -l' >> "/root/.profile"
# Compat layer for kubelet for now. Will look into building it myself later. If needed