diff --git a/blog/2021/11/14/running-k3s-in-lxc-on-proxmox-with-cgroup-v2/index.html b/blog/2021/11/14/running-k3s-in-lxc-on-proxmox-with-cgroup-v2/index.html index 9b0b5958..161529ef 100644 --- a/blog/2021/11/14/running-k3s-in-lxc-on-proxmox-with-cgroup-v2/index.html +++ b/blog/2021/11/14/running-k3s-in-lxc-on-proxmox-with-cgroup-v2/index.html @@ -189,7 +189,7 @@ lxc.mount.auto: "proc:rw sys:rw" lxc.cgroup2.devices.allow: c 10:200 rwm

All of the above configurations are described in the manpages. Notice that cgroup2 is used since Proxmox VE 7.0 has switched to a pure cgroupv2 environment.

-

Thankfully cgroup v2 support has been enabled thanks to these contributions:

+

Thankfully cgroup v2 support has been enabled with these contributions: