summaryrefslogtreecommitdiffstats
path: root/development/minikube/README
diff options
context:
space:
mode:
author Dmitrii Sosedov2020-05-30 00:11:31 +0200
committer Willy Sudiarto Raharjo2020-06-01 03:46:32 +0200
commit36306b2415e8b52c2e2a9cf7c378f71789a5473b (patch)
treec46b68fb32627c2ae51d5188951848a73c41cf2c /development/minikube/README
parentcf787e9432bfdcb9b9db31898581e32b93312501 (diff)
downloadslackbuilds-36306b2415e8b52c2e2a9cf7c378f71789a5473b.tar.gz
development/minikube: Updated for version 1.9.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/minikube/README')
-rw-r--r--development/minikube/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/development/minikube/README b/development/minikube/README
index 1e7a86107c..c44261ab06 100644
--- a/development/minikube/README
+++ b/development/minikube/README
@@ -3,7 +3,7 @@ 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 (experimental) or virtualbox to run minikube VMs.
+You will need either docker, virtualbox or podman (experimental) to run minikube VMs.
Depending on the driver of choice run it as either:
@@ -13,6 +13,10 @@ or
minikube start --driver=virtualbox
+or (experimental)
+
+ minikube start --driver=podman --container-runtime=cri-o
+
as a non-root user.
kubectl is required to administer your cluster but is not required for the installation.