Skip to content

Commit 94ea776

Browse files
authored
Merge pull request #8005 from killianmuldoon/fix/controlplaneinitialized-commend
🐛 Update comment describing controlPlaneInitialized
2 parents d55849a + 1a8a3f3 commit 94ea776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/v1beta1/condition_consts.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ const (
5959

6060
const (
6161
// 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.
6565
ControlPlaneInitializedCondition ConditionType = "ControlPlaneInitialized"
6666

6767
// MissingNodeRefReason (Severity=Info) documents a cluster waiting for at least one control plane Machine to have

0 commit comments

Comments
 (0)