From 0fbec67c9837c716d0e48bde4e87258fd57eb8b9 Mon Sep 17 00:00:00 2001 From: davegallant Date: Mon, 15 Nov 2021 02:09:39 +0000 Subject: [PATCH] deploy: 21109506bf8c695de04dd8b22da9de86a35f2173 --- blog/2021/11/14/running-k3s-in-lxc-on-proxmox/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/index.html b/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html index af562dda..8c9fed1b 100644 --- a/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html +++ b/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html @@ -190,7 +190,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 with these contributions:

+

Thankfully cgroup v2 support has been supported in k3s with these contributions: