Skip to content

Commit

Permalink
k3s support version doc (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 authored Jan 4, 2024
1 parent 73b12c5 commit c6e55b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ Alternatively, Docker can also be used as the container runtime. The following t
| `>=1.27` | `>=v4.2.0-alpha3` | v1 | labring/kubernetes-docker:v1.27.0 |
| `>=1.28` | `>=v5.0.0` | v1 | labring/kubernetes-docker:v1.28.0 |

### k3s Compatibility with Containerd
As with the Containerd setup, the appropriate Sealos and CRI versions must be matched with the specific version of Kubernetes being used. For a Kubernetes v1.26.0 setup, this means selecting Sealos v4.1.4-rc3 or later, and a v1 CRI version.

| Kubernetes Version | Required Sealos Version | Cluster Image Version |
|--------------------|-------------------------|-----------------------|
| `>=1.24` | `>=v5.0.0` | labring/k3s:v1.24.0 |
### k3s Compatibility with Containerd

As with the Containerd setup, the appropriate Sealos and CRI versions must be matched with the specific version of Kubernetes being used. For a Kubernetes v1.26.0 setup, this means selecting Sealos v4.1.4-rc3 or later, and a v1 CRI version.
| k3s Version | Required Sealos Version | Cluster Image Version |
|-------------|-------------------------|-----------------------|
| `>=1.24` | `>=v5.0.0` | labring/k3s:v1.24.0 |

## Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ $ sealos run kubernetes.tar # 单机安装,集群安装同理

### 支持 Containerd 的 k3s

| K8s 版本 | Sealos 版本 | 集群镜像版本 |
|----------|------------| --------------------------------- |
| `>=1.24` | `>=v5.0.0` | labring/kubernetes-docker:v1.24.0 |
| K3s 版本 | Sealos 版本 | 集群镜像版本 |
|----------|------------|---------------------|
| `>=1.24` | `>=v5.0.0` | labring/k3s:v1.24.0 |

## 总结

Expand Down

0 comments on commit c6e55b3

Please sign in to comment.