You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable capabilities support by settingCRIO_LXC_CAPABILITIES=false in /etc/default/crio-lxc
Problem
Cri-o requests capablities that are unknown to the installed liblxc version.
Commit lxc/lxc@7b4cd46 added capabilities support for new capabilities introduced by linux 5.8 CAP_BPF and CAP_PERFMON. The forked liblxc version is not recent enough and must be upgraded.
Detailed Description
Capabilities are set by cri-o. For privileged containers e.g cilium all supported capabilities are set. cri-o uses the library github.com/syndtr/gocapability to list all supported capabilities.
The gocapability library was updated in syndtr/gocapability#17 to support CAP_BPF and CAP_PERFMON.
cri-o then upgraded the gocapability dependency in cri-o/cri-o#4462
Deploying
cilium
fails withWorkaround
Disable capabilities support by setting
CRIO_LXC_CAPABILITIES=false
in/etc/default/crio-lxc
Problem
Cri-o
requests capablities that are unknown to the installed liblxc version.Commit lxc/lxc@7b4cd46 added capabilities support for new capabilities introduced by linux 5.8
CAP_BPF
andCAP_PERFMON
. The forked liblxc version is not recent enough and must be upgraded.Detailed Description
Capabilities are set by
cri-o
. For privileged containers e.gcilium
all supported capabilities are set.cri-o
uses the librarygithub.heygears.com/syndtr/gocapability
to list all supported capabilities.The
gocapability
library was updated in syndtr/gocapability#17 to supportCAP_BPF
andCAP_PERFMON
.cri-o
then upgraded thegocapability
dependency in cri-o/cri-o#4462Conclusion
The text was updated successfully, but these errors were encountered: