kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
40.72k stars 13.96k forks source link

download.txt file is missing #750

Open srikredd opened 11 months ago

srikredd commented 11 months ago

In the New no-cloud-arm64 repository for the kubernetes-the-hard-way, the downloads.txt file is missing from the download binaries.

bocan commented 10 months 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