使用内部IP的云数据流作业?

时间:2022-07-18 15:38:04

How do i configure to run my Cloud dataflow job using Internal IP? Our policy doesn't allow to use external IP to spawn the workers. So, looking for options that would disallow external IP. I ran and got the below error.

如何配置使用内部IP运行我的云数据流作业?我们的政策不允许使用外部IP来产生工人。因此,寻找不允许外部IP的选项。我跑了,得到了以下错误。

Startup of the worker pool in zone XXX failed to bring up any of the desired 1 workers. Please check for errors in your job parameters, check quota and retry later, or please try in a different zone/region. Add instance projects to use external IP with it.

在区域XXX中启动工作池未能启动任何所需的1个工作程序。请检查您的工作参数中的错误,检查配额并稍后重试,或者请尝试在其他区域/地区。添加实例项目以使用外部IP。

1 个解决方案

#1


1  

You can use the --usePublicIps=false flag. Here you can look at some examples.

您可以使用--usePublicIps = false标志。在这里你可以看一些例子。

#1


1  

You can use the --usePublicIps=false flag. Here you can look at some examples.

您可以使用--usePublicIps = false标志。在这里你可以看一些例子。