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/developer/providers/migrations/v0.3-to-v0.4.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ instances of the same provider, each one with its own set of credentials while w
74
74
Starting from v1alpha4 instead we are going require that an infrastructure provider should manage different credentials,
75
75
each one of them corresponding to an infrastructure tenant.
76
76
77
-
see [Multi-tenancy](../architecture/controllers/multi-tenancy.md) and [Support multiple instances](../architecture/controllers/support-multiple-instances.md) for
77
+
see [Multi-tenancy](../../architecture/controllers/multi-tenancy.md) and [Support multiple instances](../../architecture/controllers/support-multiple-instances.md) for
78
78
more details.
79
79
80
80
Specific changes related to this topic will be detailed in this document.
@@ -336,7 +336,7 @@ have to be adjusted accordingly.
336
336
- `spec.nodeDrainTimeout`has been moved to `spec.machineTemplate.nodeDrainTimeout`.
337
337
338
338
## Required spec and status fields for Control Planes using 'version' for ClusterClass support
339
-
ControlPlane implementations using version must now [include a 'version' field as defined below in both its spec and its status](../architecture/controllers/control-plane.md#required-spec-fields-for-implementations-using-version).
339
+
ControlPlane implementations using version must now [include a 'version' field as defined below in both its spec and its status](../../architecture/controllers/control-plane.md#required-spec-fields-for-implementations-using-version).
340
340
341
341
`spec.version`- is a string representing the Kubernetes version to be used
342
342
by the control plane machines. The value must be a valid semantic version;
@@ -348,7 +348,7 @@ ControlPlane implementations using version must now [include a 'version' field a
348
348
Please note that implementing these fields are a requirement for a control plane provider to be used with ClusterClass and managed topologies.
349
349
350
350
## Required spec fields for Control Planes using 'Machines' for ClusterClass support
351
-
ControlPlane implementations that use an underlying MachineInfrastructure must now [include a 'machineTemplate' as defined below, with subordinate fields, in its Spec.](../architecture/controllers/control-plane.md#required-spec-fields-for-implementations-using-machines)
351
+
ControlPlane implementations that use an underlying MachineInfrastructure must now [include a 'machineTemplate' as defined below, with subordinate fields, in its Spec.](../../architecture/controllers/control-plane.md#required-spec-fields-for-implementations-using-machines)
352
352
353
353
354
354
`machineTemplate`- is a struct containing details of the control plane
0 commit comments