Files
website/docs/tasks/tools/install-minikube.md
runlevl4 88491a2038 7307 (#7448)
* Removed 'xhyve driver' from OSX section (#7307)

* Revert "Removed 'xhyve driver' from OSX section (#7307)"

This reverts commit 0dc1bd525dc1ffd5def62f7988b9428a0914aa8d.

* Removed 'xhyve driver' from OSX section (#7307)
2018-02-18 16:09:37 -08:00

1.2 KiB

title
title
Install Minikube

{% capture overview %}

This page shows how to install Minikube.

{% endcapture %}

{% capture prerequisites %}

VT-x or AMD-v virtualization must be enabled in your computer's BIOS.

{% endcapture %}

{% capture steps %}

Install a Hypervisor

If you do not already have a hypervisor installed, install one now.

Install kubectl

Install Minikube

  • Install Minikube according to the instructions for the latest release.

{% endcapture %}

{% capture whatsnext %}

{% endcapture %}

{% include templates/task.md %}