File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ const (
59
59
60
60
const (
61
61
// ControlPlaneInitializedCondition reports if the cluster's control plane has been initialized such that the
62
- // cluster's apiserver is reachable and at least one control plane Machine has a node reference. Once this
63
- // condition is marked true, its value is never changed. See the ControlPlaneReady condition for an indication of
64
- // the current readiness of the cluster's control plane.
62
+ // cluster's apiserver is reachable. If no Control Plane provider is in use this condition reports that at least one
63
+ // control plane Machine has a node reference. Once this Condition is marked true, its value is never changed. See
64
+ // the ControlPlaneReady condition for an indication of the current readiness of the cluster's control plane.
65
65
ControlPlaneInitializedCondition ConditionType = "ControlPlaneInitialized"
66
66
67
67
// MissingNodeRefReason (Severity=Info) documents a cluster waiting for at least one control plane Machine to have
You can’t perform that action at this time.
0 commit comments