Skip to content

Commit

Permalink
Merge pull request #1560 from FabianKramm/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 authored Feb 27, 2024
2 parents da4a602 + 0ae74b0 commit b5f92ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pages/deploying-vclusters/compat-matrix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Compatibility Matrix

Compatibility matrix showing which host k8s version (left column) is supported by which vCluster k3s distro versions.

| | V1.29.0-K3S1 | V1.28.5-K3S1 | V1.27.9-K3S1 | V1.26.12-K3S1 |
| | v1.29.0-k3s1 | v1.28.5-k3s1 | v1.27.9-k3s1 | v1.26.12-k3s1 |
|------|--------------------|--------------------|--------------------|--------------------|
| 1.29 | :white_check_mark: | :ok: | :ok: | :ok: |
| 1.28 | :ok: | :white_check_mark: | :ok: | :ok: |
Expand All @@ -27,7 +27,7 @@ Legend:

Compatibility matrix showing which host k8s version (left column) is supported by which vCluster k8s distro versions.

| | V1.29.0 | V1.28.4 | V1.27.8 | V1.26.11 |
| | v1.29.0 | v1.28.4 | v1.27.8 | v1.26.11 |
|------|--------------------|--------------------|--------------------|--------------------|
| 1.29 | :white_check_mark: | :ok: | :ok: | :ok: |
| 1.28 | :ok: | :white_check_mark: | :ok: | :ok: |
Expand All @@ -47,7 +47,7 @@ Legend:

Compatibility matrix showing which host k8s version (left column) is supported by which vCluster k0s distro versions.

| | V1.29.1-K0S 0 | V1.28.2-K0S 0 | V1.27.6-K0S 0 | V1.26.9-K0S 0 |
| | v1.29.1-k0s.0 | v1.28.2-k0s.0 | v1.27.6-k0s.0 | v1.26.9-k0s.0 |
|------|--------------------|--------------------|--------------------|--------------------|
| 1.29 | :white_check_mark: | :ok: | :ok: | :ok: |
| 1.28 | :ok: | :white_check_mark: | :ok: | :ok: |
Expand All @@ -67,7 +67,7 @@ Legend:

Compatibility matrix showing which host k8s version (left column) is supported by which vCluster eks distro versions.

| | 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 |
| | 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 |
|------|--------------------|---------------------|---------------------|----------------------|
| 1.28 | :white_check_mark: | :ok: | :ok: | :ok: |
| 1.27 | :ok: | :white_check_mark: | :ok: | :ok: |
Expand Down
1 change: 1 addition & 0 deletions hack/compat-matrix/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func updateTableWithDistro(distroName string, versionMap map[string]string, know
}

table.SetAlignment(tablewriter.ALIGN_LEFT)
table.SetAutoFormatHeaders(false)
table.SetBorders(tablewriter.Border{Left: true, Top: false, Right: true, Bottom: false})
table.SetCenterSeparator("|")
table.Render()
Expand Down

0 comments on commit b5f92ac

Please sign in to comment.