From f08696a95153a9dcf565d169beeaf69073856fa0 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 2 Jun 2021 14:05:56 +0900 Subject: [PATCH] k3s: fix markdown rendering Signed-off-by: Akihiro Suda --- content/k3s/latest/en/advanced/_index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/k3s/latest/en/advanced/_index.md b/content/k3s/latest/en/advanced/_index.md index 9c83909a734..a066e71f759 100644 --- a/content/k3s/latest/en/advanced/_index.md +++ b/content/k3s/latest/en/advanced/_index.md @@ -209,10 +209,7 @@ See also https://rootlesscontaine.rs/ to learn about Rootless mode. > **Note:** Don't try to run `k3s server --rootless` on a terminal, as it doesn't enable cgroup v2 delegation. > If you really need to try it on a terminal, prepend `systemd-run --user -p Delegate=yes --tty` to create a systemd scope. > -> i.e., -> ```console -> $ systemd-run --user -p Delegate=yes --tty k3s server --rootless -> ``` +> i.e., `systemd-run --user -p Delegate=yes --tty k3s server --rootless` ### Troubleshooting