Skip to content

Commit

Permalink
Added OS and K8s version support in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhorChinda committed Apr 19, 2022
1 parent d27c7ea commit 4018eae
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4018eae

Please sign in to comment.