Minikube installation requirements

Adding internet connection to the list of installation requirements for
initial minikube start. Ref: #1148
pull/1177/head
Mohamed Shahat 2017-02-24 17:12:21 +00:00
parent f247803779
commit cd10791da5
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a
* VT-x/AMD-v virtualization must be enabled in BIOS
* `kubectl` must be on your path. Minikube currently supports any version of `kubectl` greater than 1.0, but we recommend using the most recent version.
You can install kubectl with [these steps](http://kubernetes.io/docs/getting-started-guides/kubectl/).
* Internet connection
* You will need a decent internet connection running `minikube start` for the first time for Minikube to pull its Docker images.
* It might take Minikube sometime to start. It would be as fast as your internet connection with Minikube image pulling the Docker images needed.
### Instructions