pod 或container 现象
container_linux.go:349
error: OCI runtime create failed: container_linux.go:349
1、问题思路
一般碰到这种问题大部分都是本地配置、Dockerfile、docker run 参数
配置文件、打开文件链接数
查开namepspace
cat /proc/sys/user/max_user_namespaces
grep -w 'runc:\[1:CHILD\]: page allocation failure' /var/log/messages | tail -n 4
2、关注内核参数
net.ipv4.ip_forward=1
vm.swappiness=0
fs.file-max=9000000
fs.inotify.max_user_watches = 1000000文章来源:https://www.toymoban.com/news/detail-476186.html
fs.inotify.max_user_instances=10240文章来源地址https://www.toymoban.com/news/detail-476186.html
到了这里,关于Docker OCI runtime create failed的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!