From 4571e11f5837e8b02e93a9fa6617fdc17c0dbb76 Mon Sep 17 00:00:00 2001 From: liucimin Date: Thu, 1 Nov 2018 09:55:36 +0800 Subject: [PATCH] docs: Delete the wrong cni flow in README Fix the wrong Network CNI section. Fixes: #287 Signed-off-by: Liu Cimin lcmjkson@gmail.com --- architecture.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/architecture.md b/architecture.md index 6b8b8b0c4c..24d9de981e 100644 --- a/architecture.md +++ b/architecture.md @@ -476,28 +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. - - ### Network Hotplug Kata Containers has developed a set of network sub-commands and APIs to add, list and