From 6884cf4126b334578233d0f64951598f707cb39a Mon Sep 17 00:00:00 2001 From: tom1299 Date: Mon, 8 Apr 2024 18:46:30 +0200 Subject: [PATCH] Fix typo rooless to rootless (#262) Signed-off-by: tom1299 --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index ba9929bde..d1ce3fbb2 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -254,7 +254,7 @@ See https://rootlesscontaine.rs/ to learn more about Rootless Kubernetes. * Run `KUBECONFIG=~/.kube/k3s.yaml kubectl get pods -A`, and make sure the pods are running. > **Note:** Don't try to run `k3s server --rootless` on a terminal, as terminal sessions do not allow cgroup v2 delegation. -> If you really need to try it on a terminal, use `systemd-run --user -p Delegate=yes --tty k3s server --rooless` to wrap it in a systemd scope. +> If you really need to try it on a terminal, use `systemd-run --user -p Delegate=yes --tty k3s server --rootless` to wrap it in a systemd scope. ### Advanced Rootless Configuration