未分类
docker: process_linux.go:297: getting the final child’s pid from pipe caused \”EOF\””: unknown报错
在centos7上运行容器时报错:
1 2 |
docker run --rm -it python:3.6-slim sh docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:297: getting the final child's pid from pipe caused \"EOF\"": unknown. |
KUBERNETES
删除K8s Namespace时卡在Terminating状态
想要删除K8s里的一个Namespace,结果删除了所有该Namespace资源之后使用kubectl delete Read more…