系统相关
首页 > 系统相关> > 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

作者:互联网

使用:

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

标签:oci,bin,container,exec,error,linux,go
来源: https://blog.csdn.net/qq_38871173/article/details/122874213