Go to file
Priya Wadhwa abf35cfbc1 Upgrade podman and add libglib2.0-0 to kicbase image
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.
2020-03-23 17:41:06 -07:00
.github Update KUBECONFIG for change non user test 2020-03-12 08:13:48 +11:00
cmd Merge pull request #7158 from kubernetes/driver-confusion 2020-03-23 16:00:17 -07:00
deploy Do not run GPU plugin under priviledge mode 2020-03-23 00:44:43 +08:00
docs Update doc path 2019-09-13 07:11:06 -07:00
enhancements adding extra info for minikube start and docker-env 2020-02-03 15:12:49 -08:00
hack Upgrade podman and add libglib2.0-0 to kicbase image 2020-03-23 17:41:06 -07:00
images/logo Update screenshot, remove help wanted image 2019-08-13 18:09:51 -07:00
installers Fix building packages for architectures 2020-02-03 22:15:02 +01:00
pkg Upgrade podman and add libglib2.0-0 to kicbase image 2020-03-23 17:41:06 -07:00
site Update roadmap.en.md 2020-03-23 11:45:34 -07:00
test/integration Merge pull request #7134 from tstromberg/test-download-only 2020-03-21 14:48:01 -07:00
third_party/go9p Address some go9p issues adressed by SonarCloud 2019-10-06 20:07:20 +02:00
translations updated French translation 2020-03-15 13:48:50 +00:00
.codecov.yml make codecov bot to comment on PRs 2019-09-25 11:48:40 -07:00
.dockerignore Add a .dockerignore to make image builds faster. 2017-11-06 13:01:01 -08:00
.gitignore add generated asset file to gitignore 2019-10-29 13:38:25 -07:00
.gitmodules Switch hugo themes from whisper to docsy 2019-07-19 19:04:51 -07:00
.markdownlint.json Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
.travis.yml Upgrade go version 1.13.6 -> 1.13.8 2020-03-08 12:32:46 +01:00
CHANGELOG.md Update to include last minute changes 2020-03-21 18:47:26 -07:00
CONTRIBUTING.md Point old documents to their new Hugo location 2019-08-12 14:30:40 -07:00
LICENSE Update License file 2016-04-15 15:44:00 -07:00
Makefile Version bump: v1.9.0-beta.2 2020-03-21 11:09:59 -07:00
OWNERS Adding priyawadhwa as minikube approver 2019-11-06 11:58:06 -08:00
README.md Docs: Refer links to ingress-minikube 2020-01-05 11:05:06 +07:00
SECURITY_CONTACTS Update security contacts 2019-07-10 10:48:31 -07:00
code-of-conduct.md Update code-of-conduct.md 2017-12-20 13:39:35 -05:00
go.mod Upgrade machine to machine-drivers/master 0.16.2 2020-03-23 22:41:06 +01:00
go.sum Upgrade machine to machine-drivers/master 0.16.2 2020-03-23 22:41:06 +01:00
netlify.toml Fix links by using Hugo modules tag 2019-10-26 13:36:28 +11:00
test.sh combine lint and boilerplate 2019-10-25 15:53:04 -07:00

README.md

minikube

BuildStatus Widget GoReport Widget

minikube logo

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.

screenshot

Features

minikube runs the latest stable release of Kubernetes, with support for standard Kubernetes features like:

As well as developer-friendly features:

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.