Google计算全球转发规则,要求提供区域

时间:2016-03-30 11:16:23

标签: google-compute-engine google-cloud-platform

我正在尝试部署全局转发规则。我的yaml文件位于

之下
resources:

- name: rule

  type: compute.v1.forwardingRule

  properties:

    portRange: 80-80

    IPProtocol: TCP

    target: projects/{{ env["project"] }}/global/targetHttpProxies/myproxy

    IPAddress: xx.xx.xx.xx

当我运行命令时: gcloud deployment-manager部署创建grule --config test.yaml

提供资源属性区域是错误的。它要求区域,但我正在尝试创建一个全球转发规则,我不需要给予区域。

1 个答案:

答案 0 :(得分:0)

也许应该是compute.v1.globalForwardingRule