summaryrefslogtreecommitdiffstats
path: root/development/minikube
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-11 17:37:43 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:36:57 +0700
commit50f116c4cf51497acbf30d99da6f673d7a95e3ec (patch)
tree9a6273f13f4c11b638f55714cb5e5b1ffb67c741 /development/minikube
parent2bf0ba1b81eddfff4912abcb30051c627395101f (diff)
downloadslackbuilds-50f116c4cf51497acbf30d99da6f673d7a95e3ec.tar.gz
slackbuilds-50f116c4cf51497acbf30d99da6f673d7a95e3ec.tar.xz
development/minikube: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/minikube')
-rw-r--r--development/minikube/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/development/minikube/README b/development/minikube/README
index c44261ab06..ab22eab510 100644
--- a/development/minikube/README
+++ b/development/minikube/README
@@ -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.