diff --git a/README.md b/README.md index aa91f237727..59395aab66b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-[![Version](https://img.shields.io/badge/OpenYurt-v0.1.0--beta.1-orange)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/OpenYurt-v0.3.0-orange)](CHANGELOG.md) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Go Report Card](https://goreportcard.com/badge/github.com/alibaba/openyurt)](https://goreportcard.com/report/github.com/alibaba/openyurt) [![Build Status](https://travis-ci.org/alibaba/openyurt.svg?branch=master)](https://travis-ci.org/alibaba/openyurt) @@ -42,7 +42,7 @@ OpenYurt follows a classic edge application architecture design - a centralized Kubernetes master resides in the cloud site, which manages multiple edge nodes reside in the edge site. Each edge node has moderate compute resources allowing running a number of edge applications plus the Kubernetes node daemons. The edge nodes in a cluster can span -multiple physical regions. The terms `region` and `unit` are interchangeable in OpenYurt. +multiple physical regions. The terms `region` and `Pool` are interchangeable in OpenYurt.
diff --git a/README.zh.md b/README.zh.md index 3e04ba10d2d..7cc53256314 100644 --- a/README.zh.md +++ b/README.zh.md @@ -2,7 +2,7 @@
-[![Version](https://img.shields.io/badge/OpenYurt-v0.1.0--beta.1-orange)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/OpenYurt-v0.3.0-orange)](CHANGELOG.md) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Go Report Card](https://goreportcard.com/badge/github.com/alibaba/openyurt)](https://goreportcard.com/report/github.com/alibaba/openyurt) [![Build Status](https://travis-ci.org/alibaba/openyurt.svg?branch=master)](https://travis-ci.org/alibaba/openyurt) @@ -34,7 +34,7 @@ OpenYurt 适合如下这些常见的边缘计算用户场景: ## 架构 -OpenYurt 遵循经典的边缘应用程序架构设计 :Kubernetes 集群 的 master 节点集中部署于公共云中,由这些 master 节点管理位于边缘站点的多个边缘节点。每个边缘节点具有适度的计算资源,从而允许运行大量边缘应用以及 Kubernetes 节点守护进程。集群中的边缘节点可以分处于在多个物理区域中(region)。在OpenYurt 的概念中 区域(region)这个概念 和 单位(unit)这个概念 是可以相互转换的。 +OpenYurt 遵循经典的边缘应用程序架构设计 :Kubernetes 集群 的 master 节点集中部署于公共云中,由这些 master 节点管理位于边缘站点的多个边缘节点。每个边缘节点具有适度的计算资源,从而允许运行大量边缘应用以及 Kubernetes 节点守护进程。集群中的边缘节点可以分处于在多个物理区域中(region)。在OpenYurt 的概念中 区域(region)这个概念 和 池(Pool)这个概念 是可以相互转换的。