We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f780d0 commit cdda90fCopy full SHA for cdda90f
docs/clb-port-pool.md
@@ -77,6 +77,10 @@ spec:
77
masterZoneId: ap-guangzhou-1
78
# 仅适用于公网且IP版本为IPv4的负载均衡。可用区ID,指定可用区以创建负载均衡实例。
79
zoneId: ap-guangzhou-1
80
+ # Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。默认值为 true。
81
+ loadBalancerPassToTarget: true
82
+ # 是否创建域名化负载均衡(CLB 地址是域名,没有固定的 VIP)。
83
+ dynamicVip: false
84
```
85
86
> 更详细的 API 说明请参考 [API 参考](api.md#clbportpool)
0 commit comments