I can now kubectl get pods. HELL YEEEAAAAHH!!!!
This commit is contained in:
@@ -6,8 +6,17 @@ echo "##################################################### Installing basic pac
|
||||
apk add alpine-base \
|
||||
openrc busybox-openrc bash nftables \
|
||||
lm-sensors lm-sensors-fancontrol lm-sensors-fancontrol-openrc
|
||||
|
||||
# For diagnotics
|
||||
apk add \
|
||||
iproute2 iproute2-ss curl bind-tools procps strace tcpdump lsof jq \
|
||||
openssl nftables conntrack-tools ethtool findmnt kmod coreutils util-linux
|
||||
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
|
||||
apk add gcompat
|
||||
kubelet --version || exit 1
|
||||
|
||||
echo "##################################################### Installing CRI-O"
|
||||
mkdir -p /usr/local/bin
|
||||
|
||||
@@ -32,9 +41,12 @@ mkdir -p /var/run/crio
|
||||
mkdir -p /var/lib/containers/storage
|
||||
mkdir -p /var/lib/cni
|
||||
mkdir -p /var/log/crio
|
||||
mkdir -p /var/log/kubelet
|
||||
mkdir -p /etc/cni/net.d
|
||||
mkdir -p /opt/cni/bin
|
||||
mkdir -p /etc/kubernetes/manifests
|
||||
mkdir -p /run/crun
|
||||
mkdir -p /run/runc
|
||||
|
||||
touch /var/log/crio/crio.log
|
||||
touch /var/log/crio/kubelet.log
|
||||
|
||||
Reference in New Issue
Block a user