New topic: Installing Minikube. (#3707)
* New topic: Installing Minikube. * Refine.
This commit is contained in:
@@ -6,6 +6,7 @@ toc:
|
|||||||
- title: Installing Tools
|
- title: Installing Tools
|
||||||
section:
|
section:
|
||||||
- docs/tasks/tools/install-kubectl.md
|
- docs/tasks/tools/install-kubectl.md
|
||||||
|
- docs/tasks/tools/install-minikube.md
|
||||||
|
|
||||||
- title: Configuring Pods and Containers
|
- title: Configuring Pods and Containers
|
||||||
section:
|
section:
|
||||||
|
|||||||
@@ -24,20 +24,7 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Requirements
|
See [Installing Minikube](/docs/tasks/tools/install-minikube/).
|
||||||
|
|
||||||
* OS X
|
|
||||||
* [xhyve driver](https://github.com/kubernetes/minikube/blob/master/DRIVERS.md#xhyve-driver), [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [VMware Fusion](https://www.vmware.com/products/fusion) installation
|
|
||||||
* Linux
|
|
||||||
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation
|
|
||||||
* Windows
|
|
||||||
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install) installation
|
|
||||||
* VT-x/AMD-v virtualization must be enabled in BIOS
|
|
||||||
* `kubectl` See the [kubectl installation instructions](/docs/tasks/kubectl/install/) for more details.
|
|
||||||
|
|
||||||
### Instructions
|
|
||||||
|
|
||||||
See the installation instructions for the [latest release](https://github.com/kubernetes/minikube/releases).
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,53 @@
|
|||||||
|
---
|
||||||
|
title: Installing Minikube
|
||||||
|
---
|
||||||
|
|
||||||
|
{% capture overview %}
|
||||||
|
|
||||||
|
This page shows how to use install Minikube.
|
||||||
|
|
||||||
|
{% endcapture %}
|
||||||
|
|
||||||
|
{% capture prerequisites %}
|
||||||
|
|
||||||
|
VT-x or AMD-v virtualization must be enabled in your computer's BIOS.
|
||||||
|
|
||||||
|
{% endcapture %}
|
||||||
|
|
||||||
|
{% capture steps %}
|
||||||
|
|
||||||
|
## Installing a Hypervisor
|
||||||
|
|
||||||
|
If you do not already have a hypervisor installed, install one now.
|
||||||
|
|
||||||
|
* For OS X, install
|
||||||
|
[xhyve driver](https://github.com/kubernetes/minikube/blob/master/DRIVERS.md#xhyve-driver),
|
||||||
|
[VirtualBox](https://www.virtualbox.org/wiki/Downloads), or
|
||||||
|
[VMware Fusion](https://www.vmware.com/products/fusion).
|
||||||
|
|
||||||
|
* For Linux, install
|
||||||
|
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
|
||||||
|
[KVM](http://www.linux-kvm.org/).
|
||||||
|
|
||||||
|
* For Windows, install
|
||||||
|
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
|
||||||
|
[Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install).
|
||||||
|
|
||||||
|
## Insatlling kubectl
|
||||||
|
|
||||||
|
* [Install kubectl](/docs/tasks/tools/install-kubectl/).
|
||||||
|
|
||||||
|
## Installing Minikube
|
||||||
|
|
||||||
|
* Install Minikube according to the instructions for the
|
||||||
|
[latest release](https://github.com/kubernetes/minikube/releases).
|
||||||
|
|
||||||
|
{% endcapture %}
|
||||||
|
|
||||||
|
{% capture whatsnext %}
|
||||||
|
|
||||||
|
* [Running Kubernetes Locally via Minikube](/docs/getting-started-guides/minikube/)
|
||||||
|
|
||||||
|
{% endcapture %}
|
||||||
|
|
||||||
|
{% include templates/task.md %}
|
||||||
Reference in New Issue
Block a user