mirror of https://github.com/k3s-io/k3s
k3s-rootless.service: use fuse-overlayfs snapshotter
Kernel 5.11 added support for rootless overlayfs, but still incompatible with SELinux, so we should always use fuse-overlayfs. Related: moby/moby issue 42333 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>pull/3431/head
parent
7345ac35ae
commit
daf527ccaf
|
@ -26,7 +26,7 @@ Description=k3s (Rootless)
|
|||
Environment=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
# 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.
|
||||
ExecStart=/usr/local/bin/k3s server --rootless
|
||||
ExecStart=/usr/local/bin/k3s server --rootless --snapshotter=fuse-overlayfs
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
TimeoutSec=0
|
||||
RestartSec=2
|
||||
|
|
Loading…
Reference in New Issue