我试图提取我的容器注册表停靠库映像,但是它失败了:
Error response from daemon: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication我在一个计算机引擎实例中,所以我相信它已经配置为“拉”了?我还检查了服务帐户和角色。

我甚至在我的计算引擎服务帐户中添加了存储查看器角色。


这里怎么了?
发布于 2019-12-03 06:39:02
除了权限之外,还需要对计算机引擎进行身份验证,以连接到容器注册表。请参阅高级认证获得更多详细信息
https://stackoverflow.com/questions/59086459
复制相似问题