polardbxoperatordocs/faq/11-block-in-imagepullbackof...

11 lines
492 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1. 执行如下命令,查看实际拉取的镜像是否存在
```shell
kubectl describe pod {报错的 pod}
```
2. 确认是否有镜像仓库的拉取权限。PolarDB-X 默认的镜像仓库是无需权限的,如果使用内部镜像仓库,需要配置鉴权信息,参考文档:[Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
3. 第2步确认完成后删除报错的 pod让其重建即可。