【问题标题】:GCF deployment failure (region/billing)GCF 部署失败(地区/计费)
【发布时间】:2020-08-20 08:52:48
【问题描述】:

我不能再部署功能了,即使是在其他项目上。 我一如既往地使用gcloud functions deploy ... 进行部署,现在出现此错误

Failed to initialize region (action ID: 5a9a2fb704b2df80): Error when configuring GCS bucket gcf-sources-*bucket id*-us-central1 in project *my project name is here*. Cause: The billing account for the owning project is disabled in state absent

这些项目从来没有计费,它们已经存在了将近 3 年,并且在 go113 或 node8 中部署从来没有遇到过问题

【问题讨论】:

    标签: node.js firebase go google-cloud-functions


    【解决方案1】:

    Node.js 8 Firebase 云功能目前正在逐步淘汰,因为 Node.js 8 最近被 Node.js 基金会marked end as "end-of-life"

    Node.js 8 函数的部署将在 2021 年 2 月 15 日之后停止,并且已部署的 Node.js 函数的执行will stop after March 15, 2021

    如果您最近切换到 Node.js 10 Firebase 云功能,则这些功能需要 Blaze 即用即付计费方案和 Firebase CLI 版本 ≥ 8.1.0。使用 Spark 免费层,you cannot deploy Node.js 10 Firebase cloud functions

    错误消息“原因:所属项目的结算帐户在状态不存在时被禁用”提供了一些信息来说明此问题的原因。

    【讨论】:

    • 我收到消息原因:拥有项目的计费帐户在状态下被禁用即使我添加了信用卡信息并使用 spark 计划定位 nodejs 8 .
    【解决方案2】:

    刚发现谷歌有问题

    Google Cloud Status

    We are experiencing an issue with Google Cloud Storage infrastructure affecting multiple products beginning at Wednesday, 2020-08-19 21:15 US/Pacific.
    

    【讨论】:

      猜你喜欢
      • 2021-01-14
      • 2013-10-18
      • 2019-09-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-01-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多