m1 mac - minikube install
              
          2021. 9. 10. 23:25ㆍ카테고리 없음
1. Download the minikube-darwin-arm64 file. You can find it on the previous link i shared or in here:
https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-arm64
2. Let’s make it executable:
chmod +x minikube-darwin-arm64
3. Now we can rename it:
mv minikube-darwin-arm64 minikube
4. Move it to your $PATH:
sudo mv minikube /usr/local/bin/
minikube start --driver=docker --alsologtostderr