summaryrefslogtreecommitdiff
path: root/README.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.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.md')
-rw-r--r--README.md17
1 files changed, 7 insertions, 10 deletions
diff --git a/README.md b/README.md
index 330812ef0..26e9b5ad7 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,6 @@ With data processed at the Edge, the responsiveness is increased dramatically an
KubeEdge is an incubation-level hosted project by the [Cloud Native Computing Foundation](https://cncf.io) (CNCF). KubeEdge incubation [announcement](https://www.cncf.io/blog/2020/09/16/toc-approves-kubeedge-as-incubating-project/) by CNCF.
-**Note**:
-
-The versions before *1.8* have not been supported, please try upgrade.
-
## Advantages
- **Kubernetes-native support**: Managing edge applications and edge devices in the cloud with fully compatible Kubernetes APIs.
@@ -59,12 +55,13 @@ KubeEdge consists of cloud part and edge part.
## Kubernetes compatibility
-| | 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) | + | + | + | + | ✓ | ✓ | ✓ |
Key:
* `✓` KubeEdge and the Kubernetes version are exactly compatible.