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

  • Posts: 2,434

    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

  • Posts: 2,250

    This has been corrected. Thank you for flagging it.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training