kubernetes环境下 创建pod过程中 异常信息总结整理

时间:2018-06-14 21:44:59   收藏:0   阅读:1942
[toc]

1、异常信息:Failed to pull image "spark:0.1": rpc error: code = Unknown desc = repository docker.io/spark not found: does not exist or no pull access

技术分享图片

2、异常信息:Error from server (BadRequest): container "xej" in pod "xej-545694f448-jtmbf" is waiting to start: trying and failing to pull image

技术分享图片

3、异常信息:starting container process caused \"process_linux.go:286: decoding sync type from init pipe caused \\"read parent: connection reset by peer\\"\"\n"

技术分享图片

原因:yaml文件中,设置内存的单位,写成小写m了,应该改成大写的Mi
如memory: "500Mi"

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!