From 4018eae9ca98db2ec70f19a3dd3d0f10940be794 Mon Sep 17 00:00:00 2001 From: Vibhor Chinda Date: Tue, 19 Apr 2022 01:17:03 +0530 Subject: [PATCH] Added OS and K8s version support in README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ab865f56..c27d3f8e2 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,28 @@ More about development and contributing practices can be found in [`CONTRIBUTING ------ -## Compatibility with Cluster API and Kubernetes Versions +## Compatibility with Cluster API - BYOH is currently compatible wth Cluster API v1beta1 (v1.0) -- BYOH installer support is present and tested only for Kubernetes version `v1.22.3`. You may however use it to provision clusters of a different version by manually installing the Kubernetes components (use the `--skip-installation` flag when starting the agent) +## Supported OS and Kubernetes versions +| | Kubernetes v1.21.* | Kubernetes v1.22.* | Kubernetes v1.23.* | +| ----------------------------------------------| :----------------: | :----------------: | :----------------: | +| byoh-bundle-ubuntu_20.04.1_x86-64_k8s:v1.21.* | ✓ | x | x | +| byoh-bundle-ubuntu_20.04.1_x86-64_k8s:v1.22.* | x | ✓ | x | +| byoh-bundle-ubuntu_20.04.1_x86-64_k8s:v1.23.* | x | x | ✓ | + + +| | Ubuntu_20.04.*_x86-64 | +| ----------------------------------------------| :-------------------: | +| byoh-bundle-ubuntu_20.04.1_x86-64_k8s:v1.21.* | ✓ | +| byoh-bundle-ubuntu_20.04.1_x86-64_k8s:v1.22.* | ✓ | +| byoh-bundle-ubuntu_20.04.1_x86-64_k8s:v1.23.* | ✓ | + + +**NOTE:** The '*' in OS means that all Ubuntu 20.04 patches will be handled by this BYOH bundle. + +**NOTE:** The '*' in the K8s version means that the K8s minor release is supported but it may happen that a BYOH bundle for a specific patch may not exist in the OCI registry. ## BYOH in News - [TGIK episode on BYOH](https://www.youtube.com/watch?v=Xwm5Ka27-Io&t=2838s)