none docs: Mention OpenRC and Docker requirement

Related: #7877 #7651
pull/7881/head
Thomas Strömberg 2020-04-23 17:37:48 -07:00 committed by GitHub
parent d845c5de3e
commit bf8ff14d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
## Requirements
VM running a systemd-based Linux distribution ([see #2704](https://github.com/kubernetes/minikube/issues/2704))
A Linux VM with the following:
kubeadm requirements listed here - https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
* Docker
* systemd (OpenRC based systems are also supported in v1.10+)
This VM must also meet the[kubeadm requirements](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
## Usage