pod 或container 現(xiàn)象
container_linux.go:349
error: OCI runtime create failed: container_linux.go:349
1、問題思路
一般碰到這種問題大部分都是本地配置、Dockerfile、docker run 參數(shù)
配置文件、打開文件鏈接數(shù)
查開namepspace
cat /proc/sys/user/max_user_namespaces
grep -w 'runc:\[1:CHILD\]: page allocation failure' /var/log/messages | tail -n 4
2、關(guān)注內(nèi)核參數(shù)
net.ipv4.ip_forward=1
vm.swappiness=0
fs.file-max=9000000
fs.inotify.max_user_watches = 1000000文章來源:http://www.zghlxwxcb.cn/news/detail-476186.html
fs.inotify.max_user_instances=10240文章來源地址http://www.zghlxwxcb.cn/news/detail-476186.html
到了這里,關(guān)于Docker OCI runtime create failed的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!