"Project is not fully initialized with the default service accounts." 第一个项目的全新帐户出错?
"Project is not fully initialized with the default service accounts." Error in brand new account on first project?
我刚刚注册了 Google Could Engine 并开始了一个全新项目的最基本的容器引擎快速入门:
https://cloud.google.com/container-engine/docs/quickstart
其中的几个步骤让我运行这个命令
gcloud container clusters create example-cluster
出现了哪些错误:
$ gcloud container clusters create example-cluster
ERROR: (gcloud.container.clusters.create) ResponseError: code=503, message=Project hello-world-161713 is not fully initialized with the default service accounts. Please try again later.
到目前为止,"trying again later" 没有帮助:过去几个小时每次都这样做。
像往常一样,Google 没有明显的方式及时获得帮助,Google 搜索错误也没有任何用处。
有点不太可能,但我发现 link 在他们的一个页面上将我发送到这里(非常支持的人)所以我想我会试一试。提前致谢。
容器引擎 API 需要启用,不幸的是错误消息不正确(稍后重试无济于事)。
如果您在 wb 控制台 https://console.cloud.google.com/kubernetes/list 中访问 Google 容器引擎页面,它应该启用 Google 容器引擎。确保您 select 使用快速入门的项目。如果您愿意,也可以从该页面创建集群。
您还可以在此处手动启用容器引擎 API:https://console.cloud.google.com/apis/api/container.googleapis.com/overview
我刚刚注册了 Google Could Engine 并开始了一个全新项目的最基本的容器引擎快速入门:
https://cloud.google.com/container-engine/docs/quickstart
其中的几个步骤让我运行这个命令
gcloud container clusters create example-cluster
出现了哪些错误:
$ gcloud container clusters create example-cluster
ERROR: (gcloud.container.clusters.create) ResponseError: code=503, message=Project hello-world-161713 is not fully initialized with the default service accounts. Please try again later.
到目前为止,"trying again later" 没有帮助:过去几个小时每次都这样做。
像往常一样,Google 没有明显的方式及时获得帮助,Google 搜索错误也没有任何用处。
有点不太可能,但我发现 link 在他们的一个页面上将我发送到这里(非常支持的人)所以我想我会试一试。提前致谢。
容器引擎 API 需要启用,不幸的是错误消息不正确(稍后重试无济于事)。
如果您在 wb 控制台 https://console.cloud.google.com/kubernetes/list 中访问 Google 容器引擎页面,它应该启用 Google 容器引擎。确保您 select 使用快速入门的项目。如果您愿意,也可以从该页面创建集群。
您还可以在此处手动启用容器引擎 API:https://console.cloud.google.com/apis/api/container.googleapis.com/overview