From ea9d29430b4df1c1c2d8247645755c421df362c5 Mon Sep 17 00:00:00 2001 From: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:43:21 +0700 Subject: [PATCH] Add install note to rootless docs --- site/content/docs/user/rootless.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/content/docs/user/rootless.md b/site/content/docs/user/rootless.md index e7459a35..5b341b6f 100644 --- a/site/content/docs/user/rootless.md +++ b/site/content/docs/user/rootless.md @@ -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**