最近安装chaos-mesh,安装过程中,出现了"pod服务一直处于ContainerCreating状态".
解决方法:手动拉取相关镜像。

image.png
执行
kubectl describe pod chaos-controller-manager-7d64fd9d7b-4bzwg -n chaos-testing

image.png
手动拉取镜像:docker pull ghcr.io/chaos-mesh/chaos-daemon:latest
最近安装chaos-mesh,安装过程中,出现了"pod服务一直处于ContainerCreating状态".
解决方法:手动拉取相关镜像。
执行
kubectl describe pod chaos-controller-manager-7d64fd9d7b-4bzwg -n chaos-testing
手动拉取镜像:docker pull ghcr.io/chaos-mesh/chaos-daemon:latest