-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the version compat tables generator
- Loading branch information
1 parent
9c5b643
commit 1c2d2cf
Showing
3 changed files
with
220 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,82 @@ | ||
## Compatibility Matrix | ||
## Compatibility Matrix for k3s distro | ||
|
||
The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: | ||
|
||
| Vcluster Distro | k8s Host version | Distro Version | | ||
| --------------- | ---------------- | -------------------- | | ||
| eks | 1.28 | v1.28.2-eks-1-28-6 | | ||
| | 1.27 | v1.27.6-eks-1-27-13 | | ||
| | 1.26 | v1.26.9-eks-1-26-19 | | ||
| | 1.25 | v1.25.14-eks-1-25-23 | | ||
| k0s | 1.28 | v1.28.2-k0s.0 | | ||
| | 1.26 | v1.26.9-k0s.0 | | ||
| | 1.27 | v1.27.6-k0s.0 | | ||
| | 1.25 | v1.25.14-k0s.0 | | ||
| k3s | 1.28 | v1.28.2-k3s1 | | ||
| | 1.27 | v1.27.6-k3s1 | | ||
| | 1.26 | v1.26.9-k3s1 | | ||
| | 1.25 | v1.25.14-k3s1 | | ||
| k8s | 1.28 | v1.28.2 | | ||
| | 1.27 | v1.27.6 | | ||
| | 1.26 | v1.26.9 | | ||
| | 1.25 | v1.25.14 | | ||
| DISTRO VERSION | V1.29.0-K3S1 | V1.28.5-K3S1 | V1.27.9-K3S1 | V1.26.12-K3S1 | | ||
| HOST VERSION | | | | | | ||
|----------------|--------------|--------------|--------------|---------------| | ||
| 1.29 | recommended | + | ! | + | | ||
| 1.28 | + | recommended | ! | + | | ||
| 1.27 | + | + | recommended | + | | ||
| 1.26 | + | + | + | recommended | | ||
|
||
|
||
Legend: | ||
|
||
! : known issue | ||
|
||
+ : likely compatible | ||
|
||
+-------------------------+------------------+---------------------------+ | ||
| VCLUSTER DISTRO VERSION | HOST K8S VERSION | KNOWN ISSUES | | ||
+-------------------------+------------------+---------------------------+ | ||
| v1.27.9-k3s1 | 1.28 | there is some issue there | | ||
| v1.27.9-k3s1 | 1.29 | there is some issue there | | ||
+-------------------------+------------------+---------------------------+ | ||
## Compatibility Matrix for k8s distro | ||
|
||
The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: | ||
|
||
| DISTRO VERSION | V1.29.0 | V1.28.4 | V1.27.8 | V1.26.11 | | ||
| HOST VERSION | | | | | | ||
|----------------|-------------|-------------|-------------|-------------| | ||
| 1.29 | recommended | + | + | + | | ||
| 1.28 | + | recommended | + | + | | ||
| 1.27 | + | + | recommended | + | | ||
| 1.26 | + | + | + | recommended | | ||
|
||
|
||
Legend: | ||
|
||
! : known issue | ||
|
||
+ : likely compatible | ||
|
||
## Compatibility Matrix for k0s distro | ||
|
||
The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: | ||
|
||
| DISTRO VERSION | V1.29.1-K0S 0 | V1.28.2-K0S 0 | V1.27.6-K0S 0 | V1.26.9-K0S 0 | | ||
| HOST VERSION | | | | | | ||
|----------------|---------------|---------------|---------------|---------------| | ||
| 1.29 | recommended | + | + | + | | ||
| 1.28 | + | recommended | + | + | | ||
| 1.27 | + | + | recommended | + | | ||
| 1.26 | + | + | + | recommended | | ||
|
||
|
||
Legend: | ||
|
||
! : known issue | ||
|
||
+ : likely compatible | ||
|
||
## Compatibility Matrix for eks distro | ||
|
||
The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: | ||
|
||
| DISTRO VERSION | V1.28.2-EKS-1-28-6 | V1.27.6-EKS-1-27-13 | V1.26.9-EKS-1-26-19 | V1.25.14-EKS-1-25-23 | | ||
| HOST VERSION | | | | | | ||
|----------------|--------------------|---------------------|---------------------|----------------------| | ||
| 1.28 | recommended | + | + | + | | ||
| 1.27 | + | recommended | + | + | | ||
| 1.26 | + | + | recommended | + | | ||
| 1.25 | + | + | + | recommended | | ||
|
||
|
||
Legend: | ||
|
||
! : known issue | ||
|
||
+ : likely compatible | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
## Compatibility Matrix | ||
## Compatibility Matrix for %s distro | ||
|
||
The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: | ||
|
||
%s | ||
|
||
Legend: | ||
|
||
! : known issue | ||
|
||
+ : likely compatible | ||
|