Skip to content

Commit

Permalink
docs: add virtualbox prerequisite
Browse files Browse the repository at this point in the history
Without virtualbox, `minikube --vm=true` fails.
  • Loading branch information
pbnj committed Sep 30, 2021
1 parent 1ab4024 commit 52aa2e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/v3/admin/platforms/minikube/_index.md
Expand Up @@ -24,6 +24,8 @@ This guide will walk you though how to setup Jenkins X on your laptop using [min

* [Install minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)

* [Install virtualbox](https://www.virtualbox.org/wiki/Downloads)

NOTE:- User of windows 10 home (Hyper-V not supported). To install Minikube consider Docker as driver(docker should be pre-installed)
instead of virtualBox driver. Use command "minikube start --driver=docker".

Expand Down

0 comments on commit 52aa2e1

Please sign in to comment.