Skip to content

Commit

Permalink
Fix typo in multi-nic.md
Browse files Browse the repository at this point in the history
s/eht0/eth0
  • Loading branch information
ckji committed Jun 10, 2020
1 parent 6c905ec commit 5adc5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/multi-nic.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We extend the Subnet to network providers other than ovn, so other CNI plugins c

### Work Flow

The diagram below shows how Kube-OVN allocate address for other CNI plugins. The default ovn eht0 network still goes the same way as before.
The diagram below shows how Kube-OVN allocate address for other CNI plugins. The default ovn eth0 network still goes the same way as before.
The net1 network comes from the NetworkAttachmentDefinition defined by multus-cni.
When a new pod appears, the kube-ovn-controller will read the pod annotations and find an available address then write it to the pod annotations.
Then on the CNI side, the attached CNI plugins can chain kube-ovn-ipam as the ipam plugin, which will read the pod annotations above and return the allocated address to the attached CNI plugins.
Expand Down

0 comments on commit 5adc5a4

Please sign in to comment.