Skip to content

Commit

Permalink
docs: modify eip config description
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Nov 11, 2020
1 parent 69c6009 commit 3bac21f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/snat-and-eip.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ metadata:
namespace: kube-system
data:
enable-external-gw: "true"
external-gw-nodes: "kube-ovn-worker" # NodeName in kubernetes which will act the gateway functions
external-gw-nic: "eth1" # The nic that will be bridged into ovs and act as gw
nic-ip: "172.56.0.100/16" # The ip and mask of the nic
nic-mac: "16:52:f3:13:6a:25" # The mac of the nic
external-gw-nodes: "kube-ovn-worker" # NodeName in kubernetes which will act the overlay to underlay gateway functions
external-gw-nic: "eth1" # The nic that will be bridged into ovs and act as overlay to underlay gateway
nic-ip: "172.56.0.1/16" # The ip and mask of the underlay physical gateway
nic-mac: "16:52:f3:13:6a:25" # The mac of the underlay physical gateway
```

2. Wait about one minute for gateway installation get ready and check the status.
Expand Down
8 changes: 4 additions & 4 deletions yamls/ovn-external-gw-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kube-system
data:
enable-external-gw: "true"
external-gw-nodes: "kube-ovn-worker" # NodeName in kubernetes
external-gw-nic: "eth1" # The nic that will be bridged into ovs and act as gw
nic-ip: "172.56.0.100/16" # The ip and mask of the nic
nic-mac: "16:52:f3:13:6a:25" # The mac of the nic
external-gw-nodes: "kube-ovn-worker" # NodeName in kubernetes which will act the overlay to underlay gateway functions
external-gw-nic: "eth1" # The nic that will be bridged into ovs and act as overlay to underlay gateway
nic-ip: "172.56.0.1/16" # The ip and mask of the underlay physical gateway
nic-mac: "16:52:f3:13:6a:25" # The mac of the underlay physical gateway

0 comments on commit 3bac21f

Please sign in to comment.