当前位置: 代码迷 >> 综合 >> pc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:235: starting container
  详细解决方案

pc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:235: starting container

热度:32   发布时间:2023-12-28 12:08:18.0

使用:

kubectl exec -ti kafka4-6c68674b85-sfj7z  -- /bin/sh

报错:

pc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:235: starting container process caused "process_linux.go:110: decoding init error from pipe caused \"read parent: connection reset by peer\""

解决方法:使用 – /bin/bash

kubectl exec -ti kafka5-77c9dcff94-nx2td  -- /bin/bash

另一种解决思路: linux文件句柄耗尽,干掉对应的程序
在这里插入图片描述

  相关解决方案