Add install note to rootless docs

This commit is contained in:
Khanh Tran
2024-08-20 22:43:21 +07:00
committed by GitHub
parent b12e445afb
commit ea9d29430b

View File

@@ -89,6 +89,14 @@ On some distributions, you might need to use systemd-run to start kind into its
$ systemd-run --scope --user kind create cluster
```
or
```console
$ systemd-run --scope --user -p "Delegate=yes" kind create cluster
```
If you still get the error `running kind with rootless provider requires setting systemd property "Delegate=yes"` even with [host requirements](#host-requirements) configured.
## Creating a kind cluster with Rootless nerdctl
**Note: containerd v1.7+ is required**