Open srikredd opened 1 year ago
No, it's not. The instructions assume you're working off the main branch, but you're not. You need to check the right branch out.
Instead of:
git clone --depth 1 https://github.com/kelseyhightower/kubernetes-the-hard-way.git
do
git clone --depth 1 https://github.com/kelseyhightower/kubernetes-the-hard-way.git --branch no-cloud-arm64
In the New no-cloud-arm64 repository for the kubernetes-the-hard-way, the downloads.txt file is missing from the download binaries.