【问题标题】:Dataflow job failed: IP_SPACE_EXHAUSTED, IP space of is exhausted数据流作业失败:IP_SPACE_EXHAUSTED,IP 空间已用完
【发布时间】:2021-11-02 07:48:59
【问题描述】:

日志中有错误:

Startup of the worker pool in zone region-d failed to bring up any of the desired 1 workers.
IP_SPACE_EXHAUSTED: IP space of 'projects/project-x/regions/region-y/subnetworks/default' is exhausted.

我们已禁用公共 IP 并使用私有 IP。

【问题讨论】:

    标签: google-cloud-platform google-cloud-dataflow


    【解决方案1】:

    解决方案是增加子网中可用的 IP 数量。

    例如通过更改子网掩码(大小):

    转到VPC network/编辑您的子网default/编辑IP address range

    x.y.z.a/20 => x.y.z.a/18.
    

    【讨论】:

      猜你喜欢
      • 2020-08-05
      • 2021-09-19
      • 2018-02-07
      • 1970-01-01
      • 2021-12-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多