Andrew Clemons d016a0d2c4 development/minikube: Fix .info file. 2 роки тому
..
README 50f116c4cf development/minikube: Fix README. 4 роки тому
minikube.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 роки тому
minikube.info d016a0d2c4 development/minikube: Fix .info file. 2 роки тому
slack-desc c206fc9259 development/minikube: Updated for version 1.13.0. 4 роки тому

README

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.

Depending on the driver of choice run it as either:

minikube start --driver=docker

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.