我正在尝试部署全局转发规则。我的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
提供资源属性区域是错误的。它要求区域,但我正在尝试创建一个全球转发规则,我不需要给予区域。
答案 0 :(得分:0)
也许应该是compute.v1.globalForwardingRule
?