Skip to content

Commit c7a879a

Browse files
committed
Add more description of vpc-nat-gateway
(cherry picked from commit e44d814)
1 parent ab5db67 commit c7a879a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/guide/vpc.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ spec:
137137
}'
138138
```
139139

140-
- This Subnet is used to manage the available external addresses, so please communicate with your network management to give you the available physical segment IPs.
140+
- This Subnet is used to manage the available external addresses and the address will be allocated to VPC NAT Gateway through Macvlan, so please communicate with your network management to give you the available physical segment IPs.
141141
- The VPC gateway uses Macvlan for physical network configuration, and `master` of `NetworkAttachmentDefinition` should be the NIC name of the corresponding physical network NIC.
142142
- `provider` format is `<NetworkAttachmentDefinition Name>.<NetworkAttachmentDefinition Namespace>`.
143143
- `name` must be `ovn-vpc-external-network`.

Diff for: docs/guide/vpc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ spec:
134134
}'
135135
```
136136

137-
- 该 Subnet 用来管理可用的外部地址,请和网络管理沟通给出可用的物理段 IP。
137+
- 该 Subnet 用来管理可用的外部地址,网段内的地址将会通过 Macvlan 分配给 VPC 网关,请和网络管理沟通给出可用的物理段 IP。
138138
- VPC 网关使用 Macvlan 做物理网络配置,`NetworkAttachmentDefinition` 的 `master` 需为对应物理网路网卡的网卡名。
139139
- `provider` 格式为 `<NetworkAttachmentDefinition Name>.<NetworkAttachmentDefinition Namespace>`。
140140
- `name` 必须为 ovn-vpc-external-network,这里代码中做了硬编码。

0 commit comments

Comments
 (0)