使用:
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