File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ spec:
260
260
nextHopIP : 10.10.204.254
261
261
policy : policySrc
262
262
enableExternal : true # vpc enableExternal will automatically create an lrp association to the public network specified above
263
- addExternalSubnets : # configure addExternalSubnets to support connecting multiple additional public networks
263
+ addExternalSubnets : # configure addExternalSubnets to support connecting multiple additional public networks
264
264
- extra
265
265
` ` `
266
266
@@ -286,7 +286,7 @@ router 87ad06fd-71d5-4ff8-a1f0-54fa3bba1a7f (vpc1)
286
286
# k ko nbctl lr-route-list vpc1
287
287
IPv4 Routes
288
288
Route Table <main> :
289
- 192.168.0.1/28 10.10.204.254 src-ip
289
+ 192.168.0.1/28 10.10.204.254 src-ip
290
290
0.0.0.0/0 10.5.204.254 dst-ip
291
291
# The route currently supports automatic maintenance
292
292
# Additional public networks require manual routing configuration in the vpc. In the above example, the source IP address is 192.168.0.1/28 and will be forwarded to the additional public network.
Original file line number Diff line number Diff line change @@ -253,12 +253,12 @@ metadata:
253
253
spec :
254
254
namespaces :
255
255
- vpc1
256
- staticRoutes : # 配置路由规则:vpc下的某个子网需要基于哪一个额外的公网网络的路由需要手动添加 ,以下示例仅供参考,用户需根据自己的实际情况进行配置
256
+ staticRoutes : # 配置路由规则:vpc 下的某个子网需要基于哪一个额外的公网网络的路由需要手动添加 ,以下示例仅供参考,用户需根据自己的实际情况进行配置
257
257
- cidr : 192.168.0.1/28
258
258
nextHopIP : 10.10.204.254
259
259
policy : policySrc
260
- enableExternal : true # 开启enableExternal后vpc会自动连接名为external的ls
261
- addExternalSubnets : # 配置addExternalSubnets支持连接多个额外的公网网络
260
+ enableExternal : true # 开启 enableExternal 后 vpc 会自动连接名为 external 的 ls
261
+ addExternalSubnets : # 配置 addExternalSubnets 支持连接多个额外的公网网络
262
262
- extra
263
263
` ` `
264
264
@@ -284,10 +284,10 @@ router 87ad06fd-71d5-4ff8-a1f0-54fa3bba1a7f (vpc1)
284
284
# k ko nbctl lr-route-list vpc1
285
285
IPv4 Routes
286
286
Route Table <main> :
287
- 192.168.0.1/28 10.10.204.254 src-ip
287
+ 192.168.0.1/28 10.10.204.254 src-ip
288
288
0.0.0.0/0 10.5.204.254 dst-ip
289
289
# 目前会为默认公网网络配置默认路由
290
- # 额外公网网络需要在vpc手动配置路由,上述实例中源IP地址为192 .168.0.1/28会转发至额外公网网络
290
+ # 额外公网网络需要在 vpc 手动配置路由,上述实例中源 IP 地址为 192 .168.0.1/28 会转发至额外公网网络
291
291
# 用户可根据情况手动配置路由规则
292
292
```
293
293
You can’t perform that action at this time.
0 commit comments