diff --git a/api/v1beta1/condition_consts.go b/api/v1beta1/condition_consts.go index 559f4df3446d..5c100e779cfb 100644 --- a/api/v1beta1/condition_consts.go +++ b/api/v1beta1/condition_consts.go @@ -59,9 +59,9 @@ const ( const ( // ControlPlaneInitializedCondition reports if the cluster's control plane has been initialized such that the - // cluster's apiserver is reachable and at least one control plane Machine has a node reference. Once this - // condition is marked true, its value is never changed. See the ControlPlaneReady condition for an indication of - // the current readiness of the cluster's control plane. + // cluster's apiserver is reachable. If no Control Plane provider is in use this condition reports that at least one + // control plane Machine has a node reference. Once this Condition is marked true, its value is never changed. See + // the ControlPlaneReady condition for an indication of the current readiness of the cluster's control plane. ControlPlaneInitializedCondition ConditionType = "ControlPlaneInitialized" // MissingNodeRefReason (Severity=Info) documents a cluster waiting for at least one control plane Machine to have