Skip to content

Commit

Permalink
Merge pull request kata-containers#235 from amshinde/remove-cni-flow
Browse files Browse the repository at this point in the history
docs: Remove incorrect CNI flow
  • Loading branch information
Eric Ernst authored Aug 30, 2018
2 parents 4f79231 + dc0c706 commit 9bd2edd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
Binary file removed arch-images/CNI_diagram.png
Binary file not shown.
20 changes: 0 additions & 20 deletions architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,26 +476,6 @@ __Runtime network setup with CNM__
5. Create bridge, TAP, and link all together with network interface previously
created

### CNI

![CNI Diagram](arch-images/CNI_diagram.png)

__Runtime network setup with CNI__

1. Create the network namespace.

2. Get CNI plugin information.

3. Start the plugin (providing previously created network namespace) to add a network
described into `/etc/cni/net.d/ directory`. At that time, the CNI plugin will
create the `cni0` network interface and a veth pair between the host and the created
netns. It links `cni0` to the veth pair before to exit.

4. Create network bridge, TAP, and link all together with network interface previously
created.

5. Start VM inside the netns and start the container.

## Storage
Container workloads are shared with the virtualized environment through [9pfs](https://www.kernel.org/doc/Documentation/filesystems/9p.txt).
The devicemapper storage driver is a special case. The driver uses dedicated block
Expand Down

0 comments on commit 9bd2edd

Please sign in to comment.