Skip to content

Commit

Permalink
Merge pull request #2981 from VannTen/podman_rootless_doc
Browse files Browse the repository at this point in the history
Document rootless podman quirks on some distributions
  • Loading branch information
BenTheElder authored Nov 2, 2022
2 parents 893bef3 + 35266ae commit 8169505
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/content/docs/user/rootless.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,10 @@ To create a kind cluster with Rootless Podman, just run:
$ KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster
```

On some distributions, you might need to use systemd-run to start kind into its own cgroup scope:
```console
$ systemd-run --scope --user kind create cluster
```

## Tips
- To enable OOM watching, allow `dmesg` by running `sysctl -w kernel.dmesg_restrict=0`.

0 comments on commit 8169505

Please sign in to comment.