Skip to content

Commit 712a6c2

Browse files
More comments
1 parent c8bd2b0 commit 712a6c2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ proposal because most of the changes described below are a consequence of the wo
5757
- v1beta2 API version has been introduced; see following paragraphs for more details
5858
- If you are using the `runtime.cluster.x-k8s.io` API group, please be aware that
5959
- `ExtensionConfig` v1alpha1 has been deprecated, and it will be removed in a following release.
60-
- `ExtensionConfig` v1beta2 has created (thus aligning with other Cluster API resources)
60+
- `ExtensionConfig` v1beta2 been has created (thus aligning with other Cluster API resources)
6161

6262
### All CRDs
6363

@@ -76,11 +76,11 @@ proposal because most of the changes described below are a consequence of the wo
7676
- The `definitionFrom` field (deprecated since CAPI v1.8) has been removed from
7777
- `spec.topology.variables`
7878
- `spec.topology.controlPlane.variables.overrides`
79-
- `spec.topology.workers[].machineDeployments.variables.overrides`
80-
- `spec.topology.workers[].machinePools.variables.overrides`
81-
- The `unhealthyConditions` field has been renamed to `spec.unhealthyNodeConditions` in following struct:
82-
- `spec.topology.controlPlane`
83-
- `spec.topology.workers[].machineDeployments`
79+
- `spec.topology.workers.machineDeployments[].variables.overrides`
80+
- `spec.topology.workers.machinePools[].variables.overrides`
81+
- The `unhealthyConditions` field has been renamed to `unhealthyNodeConditions` in following struct:
82+
- `spec.topology.controlPlane.machineHealthCheck`
83+
- `spec.topology.workers.machineDeployments[].machineHealthCheck`
8484
- Information about the initial provisioning process are now surfacing under the new `status.initialization` field.
8585
- `status.infrastructureReady` has been replaced by `status.initialization.infrastructureProvisioned`
8686
- `status.controlPlaneReady` has been replaced by `status.initialization.controlPlaneInitialized`
@@ -142,9 +142,9 @@ proposal because most of the changes described below are a consequence of the wo
142142
### ClusterClass
143143

144144
- See changes that apply to [all CRDs](#all-crds)
145-
- The `unhealthyConditions` field has been renamed to `spec.unhealthyNodeConditions` in following struct:
146-
- `spec.controlPlane`
147-
- `spec.workers[].machineDeployments`
145+
- The `unhealthyConditions` field has been renamed to `unhealthyNodeConditions` in following struct:
146+
- `spec.controlPlane.machineHealthCheck`
147+
- `spec.workers.machineDeployments[].machineHealthCheck`
148148
- The `builtin.cluster.classRef.Name` and `builtin.cluster.classRef.Namespace` variables have been added
149149
- The `builtin.cluster.class` and `builtin.cluster.classNamespace` are deprecated and will be removed with the next apiVersion.
150150
- The `builtin.cluster.network.ipFamily` variable has been removed and it cannot be used anymore in patches
@@ -179,7 +179,7 @@ proposal because most of the changes described below are a consequence of the wo
179179
- v1beta1 version of the Cluster API contract is now deprecated
180180
- In order to ease the transition to the new v1beta2 version of the Cluster API contract, v1beta2 version
181181
will implement temporarily compatibility with the deprecated v1beta1 version of the Cluster API contract
182-
- Compatibility, is only intended to ease the transition for providers, and it has some limitations; please
182+
- Compatibility is only intended to ease the transition for providers, and it has some limitations; please
183183
read details in following paragraphs.
184184
- Compatibility support for the v1beta1 version of the Cluster API contract will be removed tentatively in August 2026
185185
- After compatibility support for the v1beta1 version of the Cluster API contract is removed, providers
@@ -476,7 +476,7 @@ import (
476476
- the `patch` package provides access to utils for patching objects in this phase
477477

478478
Important!
479-
The "sigs.k8s.io/cluster-api/util/conditions/deprecated/v1beta1" is going to be removed from CAPI when the
479+
The package `sigs.k8s.io/cluster-api/util/conditions/deprecated/v1beta1`" is going to be removed from CAPI when the
480480
v1beta1 removal will happen (tentative Aug 2026).
481481

482482
#### Stage 3

0 commit comments

Comments
 (0)