Google App Engine错误:< gcloud.app.deploy> INVALID_ARGUMENT:超出了以下配额:BACKEND_SERVICES(配额:5,已使用:5 +所需的1) [英] Google App Engine Error: <gcloud.app.deploy> INVALID_ARGUMENT: The following quotas were exceeded:BACKEND_SERVICES (quota: 5, used: 5 + needed 1)

查看:82
本文介绍了Google App Engine错误:< gcloud.app.deploy> INVALID_ARGUMENT:超出了以下配额:BACKEND_SERVICES(配额:5,已使用:5 +所需的1)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在Google App Engine灵活环境中部署我的节点应用程序.以前它运行良好,但昨天它开始拒绝给出此错误:

I am trying to deploy my node application on Google App Engine Flexible Environment. Previously it was working well but yesterday it starts refusing giving this error:

错误:INVALID_ARGUMENT:以下配额是 超过:BACKEND_SERVICES(配额:5,已使用:5 +所需的1)

Error: INVALID_ARGUMENT: The following quotas were exceeded:BACKEND_SERVICES (quota: 5, used: 5 + needed 1)

如何解决该问题?我仍在使用Google提供的免费试用信用.

How can I sort that problem? I am still using the free trial credit that google gives.

推荐答案

默认情况下,您拥有的GAE Flex版本数量的配额为5.一旦达到此限制,便可以部署一些选项:

By default, the quota on number of GAE Flex versions you have is 5. A few options to be able to deploy once you hit this limit:

  • 停止GAE Flex版本:如果您正在运行不需要的版本,则可以停止它们以释放它们正在使用的后端服务.这可以通过使用gcloud或使用Cloud Console(转到App Engine =>版本)来实现: https://console.cloud.google.com/appengine/versions

  • Stop GAE Flex versions: if you have running versions that you don't need, you can stop them to free up the backend services being used by them. That can be accomplished by using gcloud or using Cloud Console (go to App Engine => Versions): https://console.cloud.google.com/appengine/versions

删除后端服务:如果您直接使用后端服务并且不需要它们,则可以将其删除.也可以通过gcloud或Cloud Console(转到网络=>负载平衡)完成此操作: https://console.cloud.google.com/networking/loadbalancing/advanced /backendServices/list

Delete Backend Services: if you're using backend services directly and don't need them, you could delete them. That can also be done via gcloud or Cloud Console (go to Networking => Load Balancing): https://console.cloud.google.com/networking/loadbalancing/advanced/backendServices/list

配额增加:或者,您可以请求增加后端服务配额: https://support.google.com/cloud/answer/6075746?hl=zh_CN

Quota Increase: Alternatively, you can request a backend service quota increase: https://support.google.com/cloud/answer/6075746?hl=en

这篇关于Google App Engine错误:< gcloud.app.deploy> INVALID_ARGUMENT:超出了以下配额:BACKEND_SERVICES(配额:5,已使用:5 +所需的1)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆