From 9670cc1c4a87acb00aea4324aead2d40fd4b38bb Mon Sep 17 00:00:00 2001 From: davegallant Date: Sun, 14 Nov 2021 22:06:04 +0000 Subject: [PATCH] deploy: 9b25c899d8c23af07824930d5f0ff6eb548cfd71 --- .../14/running-k3s-in-lxc-on-proxmox-with-cgroup-v2/index.html | 2 +- page/search/index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: