We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58f7f82 + 96015fd commit 28fc000Copy full SHA for 28fc000
1 file changed
azure/scope/machine.go
@@ -534,9 +534,7 @@ func (m *MachineScope) PatchObject(ctx context.Context) error {
534
conditions.SetSummary(m.AzureMachine,
535
conditions.WithConditions(
536
infrav1.VMRunningCondition,
537
- ),
538
- conditions.WithStepCounterIfOnly(
539
- infrav1.VMRunningCondition,
+ infrav1.AvailabilitySetReadyCondition,
540
),
541
)
542
@@ -546,6 +544,7 @@ func (m *MachineScope) PatchObject(ctx context.Context) error {
546
544
patch.WithOwnedConditions{Conditions: []clusterv1.ConditionType{
547
545
clusterv1.ReadyCondition,
548
549
}})
550
}
551
0 commit comments