diff --git a/docs/pages/deploying-vclusters/compat-matrix.mdx b/docs/pages/deploying-vclusters/compat-matrix.mdx index 430044f73..14578faa4 100644 --- a/docs/pages/deploying-vclusters/compat-matrix.mdx +++ b/docs/pages/deploying-vclusters/compat-matrix.mdx @@ -5,7 +5,7 @@ sidebar_label: 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: +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 | |------|--------------------|--------------------|--------------------|--------------------| @@ -25,7 +25,7 @@ Legend: ## Compatibility Matrix for k8s distro -The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: +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 | |------|--------------------|--------------------|--------------------|--------------------| @@ -45,7 +45,7 @@ Legend: ## Compatibility Matrix for k0s distro -The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: +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 | |------|--------------------|--------------------|--------------------|--------------------| @@ -65,7 +65,7 @@ Legend: ## Compatibility Matrix for eks distro -The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: +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 | |------|--------------------|---------------------|---------------------|----------------------| diff --git a/hack/compat-matrix/main.go b/hack/compat-matrix/main.go index e5ef4a59e..bfea395c6 100644 --- a/hack/compat-matrix/main.go +++ b/hack/compat-matrix/main.go @@ -66,7 +66,7 @@ func main() { versionMap = values.EKSAPIVersionMap } buff := updateTableWithDistro(v, versionMap, issues) - renderedBytes.WriteString(fmt.Sprintf(templateString, v, buff.String())) + renderedBytes.WriteString(fmt.Sprintf(templateString, v, v, buff.String())) renderedBytes.WriteString(createKnownIssue(issues.K3s)) buff.Reset() } diff --git a/hack/compat-matrix/matrix-template.tmpl b/hack/compat-matrix/matrix-template.tmpl index 38746bfbf..1ce5c8b78 100644 --- a/hack/compat-matrix/matrix-template.tmpl +++ b/hack/compat-matrix/matrix-template.tmpl @@ -1,6 +1,6 @@ ## Compatibility Matrix for %s distro -The following table provides a compatibility matrix of which k8s version are supported aginst which vcluster distro versions: +Compatibility matrix showing which host k8s version (left column) is supported by which vCluster %s distro versions. %s