Skip to content

Commit

Permalink
Fix typo rooless to rootless (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: tom1299 <[email protected]>
  • Loading branch information
tom1299 authored Apr 8, 2024
1 parent 2b5ec87 commit 6884cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6884cf4

Please sign in to comment.