We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文档版本 1.14版本 现象描述 执行到08验证集群功能,创建nginx-ds时状态一直是ContainerCreating 查看创建过程: FailedCreatePodSandBox 12s (x9 over 2m3s) kubelet, bigdata-beta2 Failed create pod sandbox: rpc error: code = Unknown desc = failed pulling image "registry.cn-beijing.aliyuncs.com/images_k8s/pause-amd64:3.1": Error response from daemon: pull access denied for registry.cn-beijing.aliyuncs.com/images_k8s/pause-amd64, repository does not exist or may require 'docker login'
The text was updated successfully, but these errors were encountered:
@taoshengyijiua 可以在docker hub上找其他的替代pause镜像 比如rancher/pause-amd64:3.1 虽然慢 但是可以正常pull
Sorry, something went wrong.
你好,我也遇到这个问题,我替换了还是失败,百度上找的其他链接也是这样,请问你解决了吗 Normal Scheduled 19s default-scheduler Successfully assigned default/nginx-ds-46nf2 to zhangjun-k8s02 Warning FailedCreatePodSandBox 4s (x2 over 18s) kubelet, zhangjun-k8s02 Failed create pod sandbox: rpc error: code = Unknown desc = failed pulling image "registry.cn-beijing.aliyuncs.com/rancher/pause-amd64:3.1": Error response from daemon: pull access denied for registry.cn-beijing.aliyuncs.com/rancher/pause-amd64, repository does not exist or may require 'docker login' 换成这个也是失败的 --pod-infra-container-image=registry.aliyuncs.com/google_containers/pause:3.7 \
No branches or pull requests
文档版本
1.14版本
现象描述
执行到08验证集群功能,创建nginx-ds时状态一直是ContainerCreating
查看创建过程:
FailedCreatePodSandBox 12s (x9 over 2m3s) kubelet, bigdata-beta2 Failed create pod sandbox: rpc error: code = Unknown desc = failed pulling image "registry.cn-beijing.aliyuncs.com/images_k8s/pause-amd64:3.1": Error response from daemon: pull access denied for registry.cn-beijing.aliyuncs.com/images_k8s/pause-amd64, repository does not exist or may require 'docker login'
The text was updated successfully, but these errors were encountered: