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
// WaitingForVolumeDetachTimeoutReason (Severity=Info) provide evidence that a machine node waiting for node volumes detachment timeout to be exceeded.
// WaitingForVolumeDetachTimeoutReason (Severity=Info) provide evidence that a machine node waiting for node volumes detachment timeout to be exceeded.
conditions.MarkFalse(m, clusterv1.VolumeDetachFinishedCondition, clusterv1.WaitingForVolumeDetachReason, clusterv1.ConditionSeverityInfo, "Waiting for node volumes to be detached")
conditions.MarkFalse(m, clusterv1.VolumeDetachTimedOutCondition, clusterv1.WaitingForVolumeDetachTimeoutReason, clusterv1.ConditionSeverityInfo, "Waiting for node volumes detachment timeout to be exceeded")
conditions.MarkFalse(m, clusterv1.VolumeDetachSucceededCondition, clusterv1.WaitingForVolumeDetachReason, clusterv1.ConditionSeverityInfo, "Waiting for node volumes to be detached")
0 commit comments