Minikube installation requirements
Adding internet connection to the list of installation requirements for initial minikube start. Ref: #1148pull/1177/head
parent
f247803779
commit
cd10791da5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue