Skip to content

Commit 6049466

Browse files
author
Yvan BARTHÉLEMY
authored
Update boot.md
Add instruction to set default minikube VM driver.
1 parent 4cfa9d5 commit 6049466

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • src/quickstart/provider/minikube

src/quickstart/provider/minikube/boot.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ Kubernetes cluster on your local machine using [minikube](https://github.com/kub
2323
See the installation instructions for the
2424
[latest release of minikube](https://github.com/kubernetes/minikube/releases).
2525

26+
## Set your VM driver (optional)
27+
28+
You can set your preferred driver (virtualbox - default, vmwarefusion, kvm, xhyve) using the following command:
29+
30+
```
31+
minikube config set vm-driver virtualbox
32+
```
33+
2634
## Boot Your First Cluster
2735

2836
We are now ready to boot our first Kubernetes cluster using Minikube!

0 commit comments

Comments
 (0)