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/tasks/experimental-features/machineset-preflight-checks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Enabling `MachineSetPreflightChecks` provides safety in such circumstances by ma
18
18
19
19
### `ControlPlaneIsStable`
20
20
21
-
* This preflight check ensures that the ControlPlane is currently stable i.e. the ControlPlane is currently neither provisioningnor upgrading.
21
+
* This preflight check ensures that the ControlPlane is currently stable i.e. the ControlPlane is currently neither provisioning, upgrading nor pending an upgrade.
22
22
* This preflight check is only performed if:
23
23
* The Cluster uses a ControlPlane provider.
24
24
* ControlPlane version is defined (`ControlPlane.spec.version` is set).
returnptr.To(fmt.Sprintf("%s %s has a pending version upgrade to %s (%q preflight check failed)", controlPlane.GetKind(), cpKlogRef, cluster.Spec.Topology.Version, clusterv1.MachineSetPreflightCheckControlPlaneIsStable)), nil
151
+
}
152
+
}
153
+
148
154
// Check that the control plane is not provisioning.
0 commit comments