abf35cfbc1
The `TestOffline/group/crio` integration test was failing with the error: ``` crio load image: sudo podman load -i /var/lib/minikube/images/storage-provisioner_v1.8.1: exit status 125 ``` I tried SSH'ing into minikube and running the command myself, and got the error: ``` Error: could not get runtime: please update to v2.0.1 or later: outdated conmon version ``` I then tried updating conmon, but got the error: ``` conmon: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory ``` I then tried adding the libglib2.0-0 library to the kic base image and upgrading podman, which seems to have resolved the issue. |
||
---|---|---|
.github | ||
cmd | ||
deploy | ||
docs | ||
enhancements | ||
hack | ||
images/logo | ||
installers | ||
pkg | ||
site | ||
test/integration | ||
third_party/go9p | ||
translations | ||
.codecov.yml | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
.markdownlint.json | ||
.travis.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
OWNERS | ||
README.md | ||
SECURITY_CONTACTS | ||
code-of-conduct.md | ||
go.mod | ||
go.sum | ||
netlify.toml | ||
test.sh |
README.md
minikube
minikube implements a local Kubernetes cluster on macOS, Linux, and Windows. minikube's primary goals are to be the best tool for local Kubernetes application development and to support all Kubernetes features that fit.
Features
minikube runs the latest stable release of Kubernetes, with support for standard Kubernetes features like:
- LoadBalancer - using
minikube tunnel
- Multi-cluster - using
minikube start -p <name>
- NodePorts - using
minikube service
- Persistent Volumes
- Ingress
- Dashboard -
minikube dashboard
- Container runtimes -
start --container-runtime
- Configure apiserver and kubelet options via command-line flags
As well as developer-friendly features:
- Addons - a marketplace for developers to share configurations for running services on minikube
- NVIDIA GPU support - for machine learning
- Filesystem mounts
For more information, see the official minikube website
Installation
See the Getting Started Guide
📣 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 👯
Documentation
See https://minikube.sigs.k8s.io/docs/
More Examples
See our examples page
Community
minikube is a Kubernetes #sig-cluster-lifecycle project.
-
#minikube on Kubernetes Slack - Live chat with minikube developers!