From 15387779c6cc80dc848826b161ebf26f2275960f Mon Sep 17 00:00:00 2001 From: Ishan Khare Date: Thu, 14 Dec 2023 18:17:19 +0530 Subject: [PATCH] basic comp matrix for vcluster distro versions --- .../deploying-vclusters/supported-distros.mdx | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/pages/deploying-vclusters/supported-distros.mdx b/docs/pages/deploying-vclusters/supported-distros.mdx index 5ca70944b..407a5e126 100644 --- a/docs/pages/deploying-vclusters/supported-distros.mdx +++ b/docs/pages/deploying-vclusters/supported-distros.mdx @@ -111,3 +111,28 @@ vCluster only needs the following information from the virtual Kubernetes distri For multi binary distributions, vCluster can even create those with a pre-install hook as found in the [k8s chart](https://github.com/loft-sh/vcluster/tree/main/charts/k8s/templates). In general, if you need vCluster to support another Kubernetes distribution, we are always happy to help you or accept a pull request in our GitHub repository. + + + +## Compatibility Matrix + +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 | \ No newline at end of file