El repo de Kuberenetes no tiene una antigüedad kubectl
para ARM64 (M1 Apple Silicon), la última versión está disponible con el comando :
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl"
siendo la v1.21 la más antigua disponible con este comando para ARM64.
Pero necesito kubectl v1.10, ¿cómo puedo construir kubectl v1.10 para la arquitectura ARM64 desde el código fuente o incluso conseguirlo ya construido desde algún otro repo?
Al tratar de construir
cd examples/kubectl-container
make kubectl
make -C ../../ WHAT=cmd/kubectl KUBE_STATIC_OVERRIDES="kubectl"; \
cp ../../_output/local/bin/darwin/arm64/kubectl .
make[1]: *** No targets specified and no makefile found. Stop.
cp: ../../_output/local/bin/darwin/arm64/kubectl: No such file or directory
make: *** [kubectl] Error 1