deploy: 9b25c899d8c23af07824930d5f0ff6eb548cfd71

This commit is contained in:
davegallant
2021-11-14 22:06:04 +00:00
parent be8ca55e28
commit 9670cc1c4a
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,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 thanks to these contributions:</p>
<p>Thankfully cgroup v2 support has been enabled 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