summaryrefslogtreecommitdiff
path: root/README_zh.md
diff options
context:
space:
mode:
authorzhiying <zhiying.fang@daocloud.io>2023-11-08 14:23:25 +0800
committerzhiying <zhiying.fang@daocloud.io>2023-11-13 14:14:58 +0800
commit6796434c41d1eb5f6ec1f0dc3a3e020f1c9d301b (patch)
tree8f923d42041cc4eb78606df56e95f4385a2b3460 /README_zh.md
parentMerge pull request #5097 from luomengY/generate_crd_charts (diff)
downloadkubeedge-6796434c41d1eb5f6ec1f0dc3a3e020f1c9d301b.tar.gz
update Kubernetes compatibility
Signed-off-by: zhiying <zhiying.fang@daocloud.io>
Diffstat (limited to 'README_zh.md')
-rw-r--r--README_zh.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README_zh.md b/README_zh.md
index 5f16f9a26..2b7921be3 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -18,8 +18,6 @@ KubeEdge 是一个开源的系统,可将本机容器化应用编排和管理
KubeEdge 是一个由 [Cloud Native Computing Foundation](https://cncf.io) (CNCF) 托管的孵化级项目,CNCF 对 KubeEdge 的 [孵化公告](https://www.cncf.io/blog/2020/09/16/toc-approves-kubeedge-as-incubating-project/)
-注意:
-1.8 以前的版本不再支持,请尝试升级到支持版本。
## 优势
@@ -60,12 +58,13 @@ KubeEdge 由云端和边缘端部分构成:
### Kubernetes 版本兼容
-| | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 |
-|------------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
-| KubeEdge 1.11 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
-| KubeEdge 1.12 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
-| KubeEdge 1.13 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
-| KubeEdge HEAD (master) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+| | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 | Kubernetes 1.26 |
+| ------------- | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- |
+| KubeEdge 1.12 | ✓ | ✓ | ✓ | - | - | - | - |
+| KubeEdge 1.13 | + | ✓ | ✓ | ✓ | - | - | - |
+| KubeEdge 1.14 | + | + | ✓ | ✓ | ✓ | - | - |
+| KubeEdge 1.15 | + | + | + | + | ✓ | ✓ | ✓ |
+| KubeEdge HEAD (master) | + | + | + | + | ✓ | ✓ | ✓ |
说明:
* `✓` KubeEdge 和 Kubernetes 的版本是完全兼容的