Skip to content

Commit 6884cf4

Browse files
authored
Fix typo rooless to rootless (#262)
Signed-off-by: tom1299 <[email protected]>
1 parent 2b5ec87 commit 6884cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ See https://rootlesscontaine.rs/ to learn more about Rootless Kubernetes.
254254
* Run `KUBECONFIG=~/.kube/k3s.yaml kubectl get pods -A`, and make sure the pods are running.
255255

256256
> **Note:** Don't try to run `k3s server --rootless` on a terminal, as terminal sessions do not allow cgroup v2 delegation.
257-
> 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.
257+
> 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.
258258
259259
### Advanced Rootless Configuration
260260

0 commit comments

Comments
 (0)