Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add k3s versions support #1443

Merged
merged 1 commit into from
Aug 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Use KubeKey in the following three scenarios.
* **v1.22**:   *v1.22.12*
* **v1.23**:   *v1.23.9* (default)
* **v1.24**:   *v1.24.3*
> Looking for more supported versions [Click here](./docs/kubernetes-versions.md)
> Looking for more supported versions
> [Kubernetes Versions](./docs/kubernetes-versions.md)
> [K3s Versions](./docs/k3s-versions.md)

### Container Manager
* **Docker** / **containerd** / **CRI-O** / **iSula**
Expand Down
14 changes: 14 additions & 0 deletions docs/k3s-versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## K3s Versions(amd64)

| Version | Supported |
|---------|---------------------|
| v1.20.2 | :white_check_mark: |
| v1.20.4 | :white_check_mark: |
| v1.21.4 | :white_check_mark: |
| v1.21.6 | :white_check_mark: |

## K3s Versions(arm64)
| Version | Supported |
|-----------|--------------------|
| v1.21.4 | :white_check_mark: |
| v1.21.6 | :white_check_mark: |
8 changes: 4 additions & 4 deletions docs/kubernetes-versions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Kubernetes Versions(amd64)
| Version | Supported |
|----------| ------------------ |
| Version | Supported |
|----------|--------------------|
| v1.15.12 | :white_check_mark: |
| v1.16.8 | :white_check_mark: |
| v1.16.10 | :white_check_mark: |
Expand Down Expand Up @@ -66,8 +66,8 @@
| v1.24.3 | :white_check_mark: |

## Kubernetes Versions(arm64)
| Version | Supported |
|----------| ------------------ |
| Version | Supported |
|----------|--------------------|
| v1.15.12 | :white_check_mark: |
| v1.16.8 | :white_check_mark: |
| v1.16.12 | :white_check_mark: |
Expand Down