You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/reference/versions.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Supported Versions
4
4
5
-
The Cluster API team maintains branches for **v1.0 (v1beta1)****v0.4 (v1alpha4)** and **v0.3 (v1alpha3)**, the most recent releases.
5
+
The Cluster API team maintains branches for **v1.x (v1beta1)****v0.4 (v1alpha4)** and **v0.3 (v1alpha3)**, the most recent releases.
6
6
7
7
Releases include these components:
8
8
@@ -26,8 +26,8 @@ The Core Provider, Kubeadm Bootstrap Provider, and Kubeadm Control Plane Provide
26
26
In some cases, the Management Cluster is separate from the Workload Clusters. The Kubernetes version of the Management and Workload Clusters are allowed to be different.
27
27
28
28
Management Clusters and Workload Clusters can be upgraded independently and in any order, however, if you are additionally moving from
29
-
v1alpha3 (v0.3.x) to v1beta1 (v1.0.x) as part of the upgrade rollout, the management cluster will need to be upgraded to at least v1.19.x,
30
-
prior to upgrading any workload cluster using Cluster API v1beta1 (v1.0.x)
29
+
v1alpha3 (v0.3.x) to v1beta1 (v1.x) as part of the upgrade rollout, the management cluster will need to be upgraded to at least v1.19.x,
30
+
prior to upgrading any workload cluster using Cluster API v1beta1 (v1.x)
31
31
32
32
These diagrams show the relationships between components in a Cluster API release (yellow), and other components (white).
33
33
@@ -43,7 +43,7 @@ These diagrams show the relationships between components in a Cluster API releas
@@ -52,13 +52,16 @@ These diagrams show the relationships between components in a Cluster API releas
52
52
| Kubernetes v1.20 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
53
53
| Kubernetes v1.21 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
54
54
| Kubernetes v1.22 || ✓ | ✓ | ✓ | ✓ | ✓ |
55
-
| Kubernetes v1.23 ||| ✓ | ✓ | ✓ | ✓ |
55
+
| Kubernetes v1.23*||| ✓ | ✓ | ✓ | ✓ |
56
+
57
+
\* 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.
58
+
Previous Kubernetes **minor** versions are not affected.
56
59
57
60
The Core Provider also talks to API server of every Workload Cluster. Therefore, the Workload Cluster's Kubernetes version must also be compatible.
0 commit comments