v0.4.0
Pre-release
Pre-release
Minikube v0.4.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is only distributed in binary form for Linux and OSX systems for the v0.4.0 release. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.4.0/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.4.0/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.
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare SHA1 hashes with these values:
OSX
$ openssl sha1 out/minikube-darwin-amd64
SHA1(out/minikube-darwin-amd64)= 0e30c7936b427ceb8fc6e1994a7f5afa518d19fc
Linux
$ openssl sha1 out/minikube-linux-amd64
SHA1(out/minikube-linux-amd64)= c0108e135a472a0c9bae7dbc979b5340a989c8c2
ISO
$ openssl sha1 deploy/iso/minikube.iso
SHA1(deploy/iso/minikube.iso)= cc981db81012fcb20f0d22dcf535ee86bac8b33c