minikube/pkg/drivers/kic/oci
Akihiro Suda 92ab555928
Support rootless Podman driver, take 2
Usage:
```
minikube config set rootless true
minikube start --driver=podman --container-runtime=(cri-o|containerd)`
```

Tested on Podman 4.0.2, Ubuntu 21.10.

Needs cgroup v2 (as in Rootless Docker): https://rootlesscontaine.rs/getting-started/common/cgroup2/
See also `site/content/en/docs/drivers/includes/podman_usage.inc`

Fix issue 8719
Fix issue 12460
Replace PR 12901

Changes from PR 12901: `rootless` is now a config property.
In the previous PR, `--rootless` was implemented as a flag for `minikube start`

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-04-05 18:49:40 +09:00
..
cgroups_linux.go remove old build tags 2022-03-30 16:43:29 -07:00
cgroups_other.go remove old build tags 2022-03-30 16:43:29 -07:00
cli_runner.go Support rootless Podman driver, take 2 2022-04-05 18:49:40 +09:00
cli_runner_test.go Change test naming 2021-02-02 21:39:34 +00:00
env.go Add support for restoring existing podman env 2020-11-29 22:56:47 +01:00
errors.go spell 2021-05-21 14:09:42 -07:00
errors_test.go Fix bug in FailFastError and add unit test 2020-06-26 11:58:34 -07:00
info.go Support rootless Podman driver, take 2 2022-04-05 18:49:40 +09:00
info_test.go add swarm and storage driver to DaemonInfo 2020-08-19 15:38:56 -07:00
network.go Podman: fix `minikube delete` for Podman v4 2022-03-30 18:29:14 +09:00
network_create.go Merge pull request #13881 from AkihiroSuda/fix-podman-v4-network-inspect 2022-03-31 14:15:06 -07:00
network_create_test.go fix podman network inspect index check 2021-10-21 10:01:10 -07:00
oci.go Support rootless Podman driver, take 2 2022-04-05 18:49:40 +09:00
oci_test.go Some more cleanup of missing code for podman-env 2020-11-29 23:35:37 +01:00
types.go Propagation not Propogation 2021-04-06 14:52:52 +08:00
types_test.go dates, take two 2020-09-17 13:20:35 -07:00
volumes.go Add ProfileLableKey to make sure that preload side car will be target of deletion. minikube delete doesn't check CreatedByLabelKey 2021-02-17 10:27:54 +09:00