This commit is contained in:
davegallant
2021-11-15 02:09:39 +00:00
parent 2802584ce9
commit 0fbec67c98
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ lxc.mount.auto: <span style=color:#c30>&#34;proc:rw sys:rw&#34;</span>
lxc.cgroup2.devices.allow: c 10:200 rwm
</code></pre></div><p>All of the above configurations are described in the <a href=https://linuxcontainers.org/lxc/manpages/man5/lxc.container.conf.5.html>manpages</a>.
Notice that <code>cgroup2</code> is used since Proxmox VE 7.0 has switched to a <a href=https://pve.proxmox.com/pve-docs/chapter-pct.html#pct_cgroup>pure cgroupv2 environment</a>.</p>
<p>Thankfully cgroup v2 support has been enabled with these contributions:</p>
<p>Thankfully cgroup v2 support has been supported in k3s with these contributions:</p>
<ul>
<li><a href=https://github.com/k3s-io/k3s/pull/2584>https://github.com/k3s-io/k3s/pull/2584</a></li>
<li><a href=https://github.com/k3s-io/k3s/pull/2844>https://github.com/k3s-io/k3s/pull/2844</a></li>

File diff suppressed because one or more lines are too long