mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2026-07-28 11:28:13 +00:00
Found running the deploy end-to-end on a multi-node cluster: - k3sup: get.k3sup.dev leaves an arch-suffixed binary (k3sup-arm64) when run unprivileged; install whichever binary it produced, not a literal 'k3sup' that may not exist. - kube-vip: scp landed the manifest in the ssh user's home, but the mv ran as root (sudo bash -s) where ~ is /root; scp to /tmp and mv from the absolute path instead.