ImagePullBackOff: "Back-off pulling image \"gcr.io/google_containers/pause-amd64:3.0 解决方法
k8s创建pod :failed to "StartContainer" for "POD" with ImagePullBackOff: "Back-off pulling image \"gcr.io/google_containers/pause-amd64:3.0 解决方法首先进入m
·
首先进入minikube ssh模式:
[root@localhost resource-manifests]# minikube ssh
然后拉取镜像
docker@minikubeVM:~$ docker pull registry.cn-hangzhou.aliyuncs.com/google-containers/pause-amd64:3.0
最后打tag
docker@minikubeVM:~$ docker tag registry.cn-hangzhou.aliyuncs.com/google-containers/pause-amd64:3.0 gcr.io/google_containers/pause-amd64:3.0
最后退出
docker@minikubeVM:~$ exit
然后删除pod,重新创建就会使running状态了。
更多推荐
已为社区贡献1条内容
所有评论(0)