README: fix typo

kubernetes cluster componenets -> components
pull/1803/merge
Jiahao Chen 2017-08-24 16:41:57 -04:00 committed by dlorenc
parent caa8a540e6
commit db83dfdd0d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ the following drivers:
* [KVM](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm-driver)
* [xhyve](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#xhyve-driver)
* [Hyper-V](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperV-driver)
* none - (LINUX ONLY) - the 'none' driver can be used to run the kubernetes cluster componenets on the host instead of in a VM. This can be useful for CI workloads which do not support nested virtualization.
* none - (LINUX ONLY) - the 'none' driver can be used to run the kubernetes cluster components on the host instead of in a VM. This can be useful for CI workloads which do not support nested virtualization.
```shell
$ minikube start