Skip to content

Commit

Permalink
Merge pull request #7862 from aniruddha2000/ani/update-version-doc-1.…
Browse files Browse the repository at this point in the history
…26-for-1.2

[release-1.2] 🌱 Update versions doc adding Kubernetes 1.26
  • Loading branch information
k8s-ci-robot authored Jan 11, 2023
2 parents 7cf2a93 + 4433198 commit bb7cc70
Showing 1 changed file with 49 additions and 45 deletions.
94 changes: 49 additions & 45 deletions docs/book/src/reference/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ All Infrastructure Providers are maintained by independent teams. Other Bootstra

## Supported Kubernetes Versions

The project aims to keep the current minor release compatible with the actively supported Kubernetes minor releases, i.e.,
The project aims to keep the current minor release compatible with the actively supported Kubernetes minor releases, i.e.,
the current release (N), N-1, and N-2. Where possible we will go above and beyond this trying to help our users support
both newer and older versions of Kubernetes:

- For a given Cluster API minor release, we give best-effort support for future Kubernetes versions that are released
during the release's active support period. Depending on the changes made in Kubernetes, users may be required to
update to the next patch release of Cluster API to maintain compatibility.
- For a given Cluster API minor release, we give best-effort support for future Kubernetes versions that are released
during the release's active support period. Depending on the changes made in Kubernetes, users may be required to
update to the next patch release of Cluster API to maintain compatibility.
- In some cases where support for future Kubernetes versions can't be added, or is considered not practical or too risky
adding it, the Kubernetes version support matrix for an existing Cluster API minor release will stop at the last supported version.
- Cluster API offers best-effort support for older Kubernetes versions where possible.
Important! this is not a replacement/alternative for upstream Kubernetes support policies!
Support for older version of Kubernetes is limited to "Cluster API can start a Cluster with this Kubernetes version"
and "Cluster API can upgrade to the next Kubernetes version"; it does not include any extended support to Kubernetes itself.
Important! this is not a replacement/alternative for upstream Kubernetes support policies!
Support for older version of Kubernetes is limited to "Cluster API can start a Cluster with this Kubernetes version"
and "Cluster API can upgrade to the next Kubernetes version"; it does not include any extended support to Kubernetes itself.

Whenever a new Cluster API release is cut, we will document the Kubernetes version compatibility matrix the release
has been tested with. Summaries of Kubernetes versions supported by each component are additionally maintained in
the [tables](#release-components) below.

On a final comment, let's praise all the contributors keeping care of such a wide support matrix.
On a final comment, let's praise all the contributors keeping care of such a wide support matrix.
If someone is looking for opportunities to help with the project, this is definitely an area where additional hands
and eyes will be more than welcome and greatly beneficial to the entire community.

Expand Down Expand Up @@ -63,18 +63,20 @@ These diagrams show the relationships between components in a Cluster API releas

#### Core Provider (`cluster-api-controller`)

| | v0.3 (v1alpha3) | v0.4 (v1alpha4) | v1.0 (v1beta1) | v1.1 (v1beta1) | v1.2 (v1beta1) |
|-------------------|----------------------|-------------------|-------------------|-------------------|-------------------|
| Kubernetes v1.16 || | | | |
| Kubernetes v1.17 || | | | |
| Kubernetes v1.18 || ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.19 ||||| ✓ (only workload) |
| Kubernetes v1.20 ||||||
| Kubernetes v1.21 ||||||
| Kubernetes v1.22 | ✓ (only workload) |||||
| Kubernetes v1.23* | |||||
| Kubernetes v1.24 | | | |||
| Kubernetes v1.25 | | | | ||
| | v0.3 (v1alpha3) | v0.4 (v1alpha4) | v1.0 (v1beta1) | v1.1 (v1beta1) | v1.2 (v1beta1) | v1.3 (v1beta1) | v1.4 (v1beta1) |
|-------------------|----------------------|-------------------|-------------------|-------------------|-------------------|-------------------|-------------------|
| Kubernetes v1.16 || | | | | | |
| Kubernetes v1.17 || | | | | | |
| Kubernetes v1.18 || ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.19 ||||| ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.20 ||||||||
| Kubernetes v1.21 ||||||||
| Kubernetes v1.22 | ✓ (only workload) |||||||
| Kubernetes v1.23* | |||||||
| Kubernetes v1.24 | | | |||||
| Kubernetes v1.25 | | | | ||||
| Kubernetes v1.26 | | | | ||||


\* There is an issue with CRDs in Kubernetes v1.23.{0-2}. ClusterClass with patches is affected by that (for more details please see [this issue](https://github.com/kubernetes-sigs/cluster-api/issues/5990)). Therefore we recommend to use Kubernetes v1.23.3+ with ClusterClass.
Previous Kubernetes **minor** versions are not affected.
Expand All @@ -84,35 +86,37 @@ The Core Provider also talks to API server of every Workload Cluster. Therefore,

#### Kubeadm Bootstrap Provider (`kubeadm-bootstrap-controller`)

| | v0.3 (v1alpha3) | v0.4 (v1alpha4) | v1.0 (v1beta1) | v1.1 (v1beta1) | v1.2 (v1beta1) |
|-------------------------------------------------------------------|-------------------|-------------------|-------------------|-------------------|-------------------|
| Kubernetes v1.16 + kubeadm/v1beta2 || | | | |
| Kubernetes v1.17 + kubeadm/v1beta2 || | | | |
| Kubernetes v1.18 + kubeadm/v1beta2 || ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.19 + kubeadm/v1beta2 ||||| ✓ (only workload) |
| Kubernetes v1.20 + kubeadm/v1beta2 ||||||
| Kubernetes v1.21 + kubeadm/v1beta2 ||||||
| Kubernetes v1.22 + kubeadm/v1beta2 (v0.3) kubeadm/v1beta3 (v0.4+) | ✓ (only workload) |||||
| Kubernetes v1.23 + kubeadm/v1beta3 | |||||
| Kubernetes v1.24 + kubeadm/v1beta3 | | | |||
| Kubernetes v1.25 + kubeadm/v1beta3 | | | | ||
| | v0.3 (v1alpha3) | v0.4 (v1alpha4) | v1.0 (v1beta1) | v1.1 (v1beta1) | v1.2 (v1beta1) | v1.3 (v1beta1) | v1.4 (v1beta1) |
|--------------------------------------------------------------------|----------------------|----------------------|---------------------|-------------------|-------------------|-------------------|-------------------|
| Kubernetes v1.16 + kubeadm/v1beta2 || | | | | | |
| Kubernetes v1.17 + kubeadm/v1beta2 || | | | | | |
| Kubernetes v1.18 + kubeadm/v1beta2 || ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.19 + kubeadm/v1beta2 ||||| ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.20 + kubeadm/v1beta2 ||||||||
| Kubernetes v1.21 + kubeadm/v1beta2 ||||||||
| Kubernetes v1.22 + kubeadm/v1beta2 (v0.3) kubeadm/v1beta3 (v0.4+) | ✓ (only workload) |||||||
| Kubernetes v1.23 + kubeadm/v1beta3 | |||||||
| Kubernetes v1.24 + kubeadm/v1beta3 | | | |||||
| Kubernetes v1.25 + kubeadm/v1beta3 | | | | ||||
| Kubernetes v1.26 + kubeadm/v1beta3 | | | | ||||

The Kubeadm Bootstrap Provider generates kubeadm configuration using the API version recommended for the target Kubernetes version.

#### Kubeadm Control Plane Provider (`kubeadm-control-plane-controller`)

| | v0.3 (v1alpha3) | v0.4 (v1alpha4) | v1.0 (v1beta1) | v1.1 (v1beta1) | v1.2 (v1beta1) |
|----------------------------|--------------------|-------------------|-------------------|-------------------|-------------------|
| Kubernetes v1.16 + etcd/v3 || | | | |
| Kubernetes v1.17 + etcd/v3 || | | | |
| Kubernetes v1.18 + etcd/v3 || ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.19 + etcd/v3 ||||| ✓ (only workload) |
| Kubernetes v1.20 + etcd/v3 ||||||
| Kubernetes v1.21 + etcd/v3 ||||||
| Kubernetes v1.22 + etcd/v3 |* (only workload) |||||
| Kubernetes v1.23 + etcd/v3 | |* |* |||
| Kubernetes v1.24 + etcd/v3 | | | |||
| Kubernetes v1.25 + etcd/v3 | | | | ||
| | v0.3 (v1alpha3) | v0.4 (v1alpha4) | v1.0 (v1beta1) | v1.1 (v1beta1) | v1.2 (v1beta1) | v1.3 (v1beta1) | v1.4 (v1beta1) |
|----------------------------|----------------------|----------------------|---------------------|-------------------|-------------------|-------------------|-------------------|
| Kubernetes v1.16 + etcd/v3 || | | | | | |
| Kubernetes v1.17 + etcd/v3 || | | | | | |
| Kubernetes v1.18 + etcd/v3 || ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.19 + etcd/v3 ||||| ✓ (only workload) | ✓ (only workload) | ✓ (only workload) |
| Kubernetes v1.20 + etcd/v3 ||||||||
| Kubernetes v1.21 + etcd/v3 ||||||||
| Kubernetes v1.22 + etcd/v3 |* (only workload) |||||||
| Kubernetes v1.23 + etcd/v3 | |* |* |||||
| Kubernetes v1.24 + etcd/v3 | | | |||||
| Kubernetes v1.25 + etcd/v3 | | | | ||||
| Kubernetes v1.26 + etcd/v3 | | | | ||||

The Kubeadm Control Plane Provider talks to the API server and etcd members of every Workload Cluster whose control plane it owns. It uses the etcd v3 API.

Expand All @@ -126,7 +130,7 @@ The Kubeadm Control Plane requires the Kubeadm Bootstrap Provider.
|-----------------|---------------------------------|
| v0.3 (v1alpha3) | v1.8.4 |
| v0.4 (v1alpha4) | v1.8.4 |
| v1.0 (v1beta1) | v1.8.5 |
| v1.0 (v1beta1) | v1.8.5 |
| v1.1 (v1beta1) | v1.9.3 |
| v1.2 (v1beta1) | v1.9.3 (v1.10.0 with >= v1.2.7) |

Expand Down

0 comments on commit bb7cc70

Please sign in to comment.