Welcome to the Linux Foundation Forum!

Minikube: Installing Local Kubernetes Clusters broken command

Hi,
When talking about installing minikube, I think the command in the instructions is broken.
It says:
$ curl -LO \
https://storage.googleapis.com/minikube/releases/latest/minikube_linux_amd64

$ sudo install minikube_linux_amd64 /usr/local/bin/minikube && rm minikube-linux-amd64

But I believe it should be

$ curl -LO \
https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64

$ sudo install minikube-linux-amd64 /usr/local/bin/minikube && rm minikube-linux-amd64

Comments

  • chrispokorni
    chrispokorni Posts: 2,383

    Hi @evashkevich,

    Thank you for flagging this. Indeed, for the binary installer, the package names are using the hyphen "-" delimiter, instead of the underscore "_" delimiter.
    This shall be corrected.

    Regards,
    -Chris

  • fcioanca
    fcioanca Posts: 2,195

    This has been corrected. Thank you for flagging it.

Categories

Upcoming Training