Skip to content

Commit

Permalink
Merge pull request #822 from zhangzujian/update-doc
Browse files Browse the repository at this point in the history
update subnet document
  • Loading branch information
oilbeater authored May 14, 2021
2 parents d610c4d + 9e53d4c commit ced920a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ For a centralized gateway, outgoing traffic from Pods within the OVN network to

- `vlan`: if enable vlan network, use this field to specific which vlan the subnet should bind to.
- `underlayGateway`: if enable vlan network, use this field to use underlay network gateway directly, instead of ovs virtual gateway
- `externalEgressGateway`: External egress gateway address. When set, egress traffic is redirected to the external gateway through gateway node(s) by policy-based routing. Conflict with `natOutgoing`.
- `policyRoutingPriority`/`policyRoutingTableID`: Priority & table ID used in policy-based routing. Required when `externalEgressGateway` is set. NOTICE: `policyRoutingTableID` MUST be unique.
- `disableInterConnection`: if enable cluster-interconnection, use this field to disable auto route.

## Bind Pod to Subnet
Expand Down

0 comments on commit ced920a

Please sign in to comment.