Skip to content

Commit 9dd995e

Browse files
More comments
1 parent 712a6c2 commit 9dd995e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/book/src/developer/providers/migrations/v1.10-to-v1.11.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ proposal because most of the changes described below are a consequence of the wo
1919
* [MachineSet](#machineset)
2020
* [MachinePool](#machinepool)
2121
* [Machine](#machine)
22+
* [MachineHealthCheck](#machinehealthcheck)
2223
* [ClusterClass](#clusterclass)
2324
* [KubeadmConfig](#kubeadmconfig)
2425
* [KubeadmControlPlane](#kubeadmcontrolplane)
@@ -57,9 +58,9 @@ proposal because most of the changes described below are a consequence of the wo
5758
- v1beta2 API version has been introduced; see following paragraphs for more details
5859
- If you are using the `runtime.cluster.x-k8s.io` API group, please be aware that
5960
- `ExtensionConfig` v1alpha1 has been deprecated, and it will be removed in a following release.
60-
- `ExtensionConfig` v1beta2 been has created (thus aligning with other Cluster API resources)
61+
- `ExtensionConfig` v1beta2 has been created (thus aligning with other Cluster API resources)
6162

62-
### All CRDs
63+
### All CRDs
6364

6465
- The transition to the new K8s aligned conditions using `metav1.Conditions` types and the new condition semantic
6566
has been completed for all Kinds:
@@ -313,7 +314,7 @@ As documented in [Suggested changes for providers](#suggested-changes-for-provid
313314
Please refer to [API Changes](#api-changes) for more details about the changes introduced by this release.
314315

315316
Note: it is technically possible for providers to keep using v1beta1 types from CAPI v1.11, but this is
316-
not recommanded (this approach was not tested during the implementation, we don't know if there are road blockers).
317+
not recommended (this approach was not tested during the implementation, we don't know if there are road blockers).
317318

318319
- If providers are using Conditions from Cluster API resources, e.g. by looking at the ControlPlaneInitialized condition
319320
on the Cluster object, we highly recommend providers to use new conditions instead of old ones.

0 commit comments

Comments
 (0)