mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
As per #434 when /bin/ is a symlink to another path (e.g. /usr/bin/) using `tar -C /` will overwrite the symlink and tank the whole system. Un-tar containerd binaries into the user's home folder and then `sudo mv` them into the correct location