Skip to content

Commit

Permalink
Merge pull request #548 from gfk-kube/fix-markdown-resources
Browse files Browse the repository at this point in the history
fix markdown images
  • Loading branch information
kubeedge-bot authored May 28, 2024
2 parents 4800a42 + a0a8145 commit e88df70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/cni.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This feature mainly provides basic CNI functionality for edge containers. In the

You can enable the Edge CNI feature by following these steps:

![流程图](images\cni\CNIworkflow.png)
![流程图](./images/cni/CNIworkflow.png)

### 1. Install the Unified IPAM Plugin

Expand Down Expand Up @@ -91,4 +91,4 @@ In addition to the aforementioned CNI requirements, the most important aspect is

So, in this project, we have decided not to replace existing CNI implementations such as Flannel, Calico, but to work in coordination with them to achieve cloud-to-edge/edge-to-edge cross-network communication. The overall system architecture is depicted in the diagram below:

![架构图](images\cni\arch.png)
![架构图](./images/cni/arch.png)
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions docs/zh/guide/cni.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

您可以通过以下的步骤启用边缘 CNI 功能:

![流程图](images\cni\CNIworkflow.png)
![流程图](./../../guide/images/cni/CNIworkflow.png)

### 1. 安装统一 IPAM 插件

Expand Down Expand Up @@ -95,4 +95,4 @@ helm安装 : [Helm 安装 | EdgeMesh在新窗口打开](https://edgemesh.netlify

​ 所以我们决定此次项目并不替代Flannel, Calico等CNI实现,而是与这些CNI实现相互配合实现云边/边边跨网络通信,主要的系统架构如下图所示:

![架构图](images\cni\arch.png)
![架构图](./../../guide/images/cni/arch.png)

0 comments on commit e88df70

Please sign in to comment.