v0.7.1
Minikube v0.7.1
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.7.1 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.7.1/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.7.1/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Usage
Documentation is available here.
Checksums
The checksums for each file are also available for download below. To verify that the checksum is correct, run the following:
$ openssl sha256 <minikube-release>
SHA256(<minikube-release>)= ...sha256 value
Then verify that the sha256 value output by the command is the same as the value in the corresponding .sha256