development/minikube: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 17:37:43 -04:00 committed by Willy Sudiarto Raharjo
parent 2bf0ba1b81
commit 50f116c4cf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,9 @@ minikube
Local Kubernetes, focused on application development & education
As of today bare-metal runs are only supported on systemd enabled systems.
You will need either docker, virtualbox or podman (experimental) to run minikube VMs.
As of today bare-metal runs are only supported on systemd enabled
systems. You will need either docker, virtualbox or podman
(experimental) to run minikube VMs.
Depending on the driver of choice run it as either:
@ -19,4 +20,5 @@ or (experimental)
as a non-root user.
kubectl is required to administer your cluster but is not required for the installation.
kubectl is required to administer your cluster but is not required for
the installation.