aaronkjones / rpi-k8s-node-prep

Prepares a Raspberry Pi node for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove leading whitespace on kubeadm version

aaronkjones opened this issue · comments

apt-cache policy kubeadm | grep "Installed" | cut -d ":" -f 2 | awk '{$1=$1;print}'