Releases: kubernetes/minikube
v0.34.0
Minikube v0.34.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.34.0 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.34.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.34.0/minikube-linux-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.34-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
8932ee06a8db3fae696d97bfefa2d7ad2168ffa3046e0729f39164cf11a78911
==> out/minikube-linux-amd64.sha256 <==
97a871bc4d62287b167db1feb1ef167925e2b51d7a0fb4bfe3ac215402e10deb
==> out/minikube-windows-amd64.exe.sha256 <==
89e8f10ab97f3440c5dad47f6be96ed49cf9d7dc3a15849f682440a0a3649ea1
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
582e77c3db7a577e08ec53ec9b004dbaf9f5262c23a16978dbe822fedf3754a8
v0.33.1
Minikube v0.33.1
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.33.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.33.1/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.33.1/minikube-linux-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.33-1.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
ff5aee67920e9615aef804ed0db9d0dfaebfb9f54ca093ddc16c67b3834baaf0
==> out/minikube-linux-amd64.sha256 <==
8a5effbbe6a847eb61e676b6ad62883d9c19abe75452d766043f41a59248f191
==> out/minikube-windows-amd64.exe.sha256 <==
bf8cd98dec45725cb4b4123be59a54751d0b65c435573b8a19f2c439a91f1a4b
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
d5443bcdef74d1839d48facca8de8d6bf42199a2b9b827972ec82237e2e54c88
v0.33.0
Minikube v0.33.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.33.0 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.33.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.33.0/minikube-linux-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.33-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
bfa1b27ef6ad3912a24917c07237409db033e1454fe9c8df063c1fb1180b3b7a
==> out/minikube-linux-amd64.sha256 <==
8a2eb70571993efbd5b44eda7ed3b04853ef877973bfe1a2c768ce649f8e5af5
==> out/minikube-windows-amd64.exe.sha256 <==
1ea3386fc15dc96577ce6a2f2f2193d1f4e63673146c3528970c8f4d49c0304b
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
d1a2f3b7fc1d2c30777c8e278a7b1192608d2245355c0ce1eda7a296cde167e3
v0.32.0
Minikube v0.32.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.32.0 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.32.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.32.0/minikube-linux-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.32-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
d5b21adacd4b6bad9006816e4bdb29f39318a60919e7a6bb5e388a6299fffd0f
==> out/minikube-linux-amd64.sha256 <==
3298d3183deacd9ddd3032dab113a64d863df7648d6d24693284ba4193e95b49
==> out/minikube-windows-amd64.exe.sha256 <==
31668f64f6be25644b22d0465e0f72d745a027804b2c8685e040b8147bacfba1
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
0cf854dbf6a131f5fa9139ddebc2e1593367c869c94cdd267dfe0184cb3213df
v0.31.0
Minikube v0.31.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.31.0 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.31.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.31.0/minikube-linux-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.31-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
621189b5ec9cbb55003ee3577d480e847c0f80a9ed58f4fb3ed567bb7be623a1
==> out/minikube-linux-amd64.sha256 <==
5926978aee75776af0867d112a77334b10ec65f687d734f238bfd88960c983c2
==> out/minikube-windows-amd64.exe.sha256 <==
1ae607a849569664f6c5d87f969b1f9a096524515a6524be07fd364b7d405f6c
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
1f175bd724f387d27acd57552b064d52c4eb268c77e2f978825b90573b0019eb
v0.30.0
Minikube v0.30.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.30.0 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.30.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.30.0/minikube-linux-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.30-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
e09789c4eb751969f712947a43effd79cf73488163563e79d98bc3d15d06831e
==> out/minikube-linux-amd64.sha256 <==
f6fcd916adbdabc84fceb4ff3cadd58586f0ef6e576233b1bd03ead1f8f04afa
==> out/minikube-windows-amd64.exe.sha256 <==
8f09d63c64a2a0c4810c492066b16ccd4bd63e2f3c2d0eb55e49c51c915493f6
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
63ddb9cc2db1816a18c76b95cb6ea93acb9a912f5faf37677ab3d2436a45056f
v0.29.0
Minikube v0.29.0
Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.29.0 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.29.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.29.0/minikube-linux-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube
Feel free to leave off sudo cp minikube /usr/local/bin/ && rm minikube
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.29-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
196b2cbf4003ccc3574ba105437ae675bcd9cf80e6f8396b5581d40c35c6070d
==> out/minikube-linux-amd64.sha256 <==
0f8890d4a0869e6e80a62e63ad08336caf75e38111307e8fe57773d706c4142d
==> out/minikube-windows-amd64.exe.sha256 <==
78aeb9ccff70121bc8dd0d6fb8a9c9438a39da806104d1be09923f369f496c32
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
11369f6beea73c2c5a77fa227c871d1fc3b726388d83d072747a0cb1b35b8e8c
v0.28.2
Minikube v0.28.2
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.28.2 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.28.2/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.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.28.2/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.
Debian Package (.deb) [Experimental]
Download the minikube_0.28-2.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
dca43053510f5e8987ff89abf601594eaf58bc5d447d74f9a08e300f3d92133f
==> out/minikube-linux-amd64.sha256 <==
3c84872ffa5ddbce472062fb548f9b3a25af72587d35243e12f18d86aaa6a085
==> out/minikube-windows-amd64.exe.sha256 <==
1f9840a3a54d793b60ff1b9c7ef1c87269ee24d118f7ef47667d9f7a0ef7861a
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
c23cb6487b8be853c3579ee00508de40d3a56521d7355d13e91ad8bdbd7ce130
v0.28.1
Minikube v0.28.1
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.28.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.28.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.
Or you can install via homebrew with brew cask install minikube
.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.28.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.
Debian Package (.deb) [Experimental]
Download the minikube_0.28-1.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
7d9b67c4c716184d6a854fb91b08b99094356a44b51e315659b254fbd74022cc
==> out/minikube-linux-amd64.sha256 <==
af261082d0ba9eb2dc3836a4cd903a449bafcb8647c5d5cb555c4e9144093627
==> out/minikube-windows-amd64.exe.sha256 <==
e94d8d597e1c876dc45d6f63254e296bc95ee5c98c0a06b28050f59dad7d90c7
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
cccf1c5e3846d9d258091e0f6061f11af85d75e24493530031aff98c1f459b53
v0.28.0
Minikube v0.28.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.28.0 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.28.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.
Or you can install via homebrew with brew cask install minikube
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.28.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.
Debian Package (.deb) [Experimental]
Download the minikube_0.28-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path.
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
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 sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
bfde769dc3e1bf050a079927fdcd646723ae73d13dda3505eea6a80acc27cb57
==> out/minikube-linux-amd64.sha256 <==
dfe361f86288a4cedcdc3bffbbe5b4716c7ee19cbb82d70696b0f20596a15c65
==> out/minikube-windows-amd64.exe.sha256 <==
4ee548642184648b5dfb1380dc08a3541d3b665446c602830253126123ae5be5
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
c23cb6487b8be853c3579ee00508de40d3a56521d7355d13e91ad8bdbd7ce130