简体   繁体   English

运行npm install时Pod进入退出状态

[英]Pod going to evicted state when running npm install

I have an azure agent pod that receives commands from Azure DevOps pipeline and execute those commands to build and deploy my projects. 我有一个Azure代理吊舱,该吊舱从Azure DevOps管道接收命令并执行这些命令来构建和部署我的项目。 One of my projects is an Angular project and when executing "npm install" to download the dependencies, the pod goes to Evicted state. 我的一个项目是Angular项目,执行“ npm install”下载依赖项时,pod进入“退出”状态。 The message on openshift is: The node was low on resource: ephemeral-storage. openshift上的消息是:节点资源不足:临时存储。 Container microsoft-vsts-agent was using 361715Ki, which exceeds its request of 0. 容器microsoft-vsts-agent使用的是361715Ki,超出了其请求0。

运行npm install时的pod

错误信息

How can I solve it? 我该如何解决? I really appreciate any help. 我非常感谢您的帮助。 Thanks 谢谢

The message says: 消息说:

The node was low on resource ephemeral-storage. 该节点的资源临时存储量较低。

This node (brtbdvops002.devbtb) run out of the disk spaces that is used to host pods. 该节点(brtbdvops002.devbtb)用完了用于承载Pod的磁盘空间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM