Skip to content

Commit f4db07d

Browse files
Merge pull request #5039 from volcano-sh/copilot/update-kubernetes-compatibility-map
Reorganize Kubernetes compatibility matrix: show 5 latest versions with newest first
2 parents 1000067 + 01823d1 commit f4db07d

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,14 @@ kubectl create -f installer/volcano-monitoring.yaml
180180
Please follow the guide [Volcano Dashboard](https://github.com/volcano-sh/dashboard#volcano-dashboard) to install volcano dashboard.
181181

182182
## Kubernetes compatibility
183-
| | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 | Kubernetes 1.26 | Kubernetes 1.27 | Kubernetes 1.28 | Kubernetes 1.29 | Kubernetes 1.30 | Kubernetes 1.31 | Kubernetes 1.32 | Kubernetes 1.33 |
184-
|-----------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|------------------|------------------|------------------|------------------|
185-
| Volcano v1.6 |||||||| - | - | - | - | - | - | - | - | - | - |
186-
| Volcano v1.7 | - | - ||||||||||| - | - | - | - | - |
187-
| Volcano v1.8 | - | - ||||||||||| - | - | - | - | - |
188-
| Volcano v1.9 | - | - | - | - |||||||||| - | - | - | - |
189-
| Volcano v1.10 | - | - | - | - ||||||||||| - | - | - |
190-
| Volcano v1.11 | - | - | - | - |||||||||||| - | - |
191-
| Volcano v1.12 | - | - | - | - ||||||||||||| - |
192-
| Volcano HEAD (master) | - | - | - | - | - | - ||||||||||||
183+
| | Kubernetes 1.34 | Kubernetes 1.33 | Kubernetes 1.32 | Kubernetes 1.31 | Kubernetes 1.30 | Kubernetes 1.29 | Kubernetes 1.28 | Kubernetes 1.27 | Kubernetes 1.26 | Kubernetes 1.25 | Kubernetes 1.24 | Kubernetes 1.23 | Kubernetes 1.22 | Kubernetes 1.21 |
184+
|-----------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
185+
| Volcano HEAD (master) ||||||||||||| - | - |
186+
| Volcano v1.14 ||||||||||||| - | - |
187+
| Volcano v1.13 | - |||||||||||| - | - |
188+
| Volcano v1.12 | - | - |||||||||||||
189+
| Volcano v1.11 | - | - | - ||||||||||||
190+
| Volcano v1.10 | - | - | - | - |||||||||||
193191

194192
Key:
195193
* `` Volcano and the Kubernetes version are exactly compatible.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Kubernetes Compatibility Archive
2+
3+
> **Note**: This page contains the complete compatibility history for all Volcano versions.
4+
> For the latest versions, see the [main README](../../README.md#kubernetes-compatibility).
5+
6+
## Complete Compatibility Matrix
7+
8+
| | Kubernetes 1.34 | Kubernetes 1.33 | Kubernetes 1.32 | Kubernetes 1.31 | Kubernetes 1.30 | Kubernetes 1.29 | Kubernetes 1.28 | Kubernetes 1.27 | Kubernetes 1.26 | Kubernetes 1.25 | Kubernetes 1.24 | Kubernetes 1.23 | Kubernetes 1.22 | Kubernetes 1.21 | Kubernetes 1.20 | Kubernetes 1.19 | Kubernetes 1.18 | Kubernetes 1.17 |
9+
|-----------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
10+
| Volcano HEAD (master) ||||||||||||| - | - | - | - | - | - |
11+
| Volcano v1.14 ||||||||||||| - | - | - | - | - | - |
12+
| Volcano v1.13 | - |||||||||||| - | - | - | - | - | - |
13+
| Volcano v1.12 | - | - ||||||||||||| - | - | - | - |
14+
| Volcano v1.11 | - | - | - |||||||||||| - | - | - | - |
15+
| Volcano v1.10 | - | - | - | - ||||||||||| - | - | - | - |
16+
| Volcano v1.9 | - | - | - | - | - |||||||||| - | - | - | - |
17+
| Volcano v1.8 | - | - | - | - | - | - ||||||||||| - | - |
18+
| Volcano v1.7 | - | - | - | - | - | - ||||||||||| - | - |
19+
| Volcano v1.6 | - | - | - | - | - | - | - | - | - | - |||||||||
20+
21+
**Key:**
22+
* `` Volcano and the Kubernetes version are exactly compatible.
23+
* `+` Volcano has features or API objects that may not be present in the Kubernetes version.
24+
* `-` The Kubernetes version has features or API objects that Volcano can't use.

0 commit comments

Comments
 (0)