Skip to content

Commit

Permalink
Update minikube driver information (#313)
Browse files Browse the repository at this point in the history
- Add link to minikube drivers page
- Recommend kvm2 instead of kvm as that is what the minikube folks recommend
- doc the "--vm-driver" parameter with an example
  • Loading branch information
dims authored and k8s-ci-robot committed Jun 15, 2018
1 parent bfdc22a commit 90be184
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions clusterctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Read the [experience doc here](https://docs.google.com/document/d/1-sYb3EdkRga49
### Prerequisites

1. Install [minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)
2. Install a driver. For Linux, we recommend kvm. For MacOS, we recommend VirtualBox.
2. Install a [driver](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md) for minikube. For Linux, we recommend kvm2. For MacOS, we recommend VirtualBox.
2. Build the `clusterctl` tool

```bash
Expand All @@ -28,7 +28,10 @@ TBD
```shell
clusterctl create cluster --provider [google/vsphere] -c cluster.yaml -m machines.yaml -p provider-components.yaml
```
Additional advanced flags can be found via help

To choose a specific minikube driver, please use the `--vm-driver` command line parameter. For example to use the kvm2 driver with clusterctl you woud add `--vm-driver kvm2`

Additional advanced flags can be found via help.

```shell
clusterctl create cluster --help
Expand Down

0 comments on commit 90be184

Please sign in to comment.