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: api/v1alpha3/condition_consts.go
+58-2
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,8 @@ const (
109
109
// MachineHasFailureReason is the reason used when a machine has either a FailureReason or a FailureMessage set on its status.
110
110
MachineHasFailureReason="MachineHasFailure"
111
111
112
-
// NodeNotFoundReason is the reason used when a machine's node has previously been observed but is now gone.
112
+
// NodeNotFoundReason (Severity=Error) documents a machine's node has previously been observed but is now gone.
113
+
// NB. provisioned --> NodeRef != ""
113
114
NodeNotFoundReason="NodeNotFound"
114
115
115
116
// NodeStartupTimeoutReason is the reason used when a machine's node does not appear within the specified timeout.
@@ -120,10 +121,65 @@ const (
120
121
)
121
122
122
123
const (
123
-
// MachineOwnerRemediatedCondition is set on machines that have failed a healthcheck by the MachineHealthCheck controller.
124
+
// MachineOwnerRemediatedCondition is set on machines that have failed a healthcheck by the Machine's owner controller.
124
125
// MachineOwnerRemediatedCondition is set to False after a health check fails, but should be changed to True by the owning controller after remediation succeeds.
// NodeEtcdMissingFromMemberListReason (Severity=Warning) documents the machine's corresponding node has a ready etcd pod but not part of etcd members yet.
0 commit comments