Skip to content

Commit ea9d294

Browse files
authored
Add install note to rootless docs
1 parent b12e445 commit ea9d294

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/content/docs/user/rootless.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ On some distributions, you might need to use systemd-run to start kind into its
8989
$ systemd-run --scope --user kind create cluster
9090
```
9191

92+
or
93+
94+
```console
95+
$ systemd-run --scope --user -p "Delegate=yes" kind create cluster
96+
```
97+
98+
If you still get the error `running kind with rootless provider requires setting systemd property "Delegate=yes"` even with [host requirements](#host-requirements) configured.
99+
92100
## Creating a kind cluster with Rootless nerdctl
93101

94102
**Note: containerd v1.7+ is required**

0 commit comments

Comments
 (0)