Skip to content

Commit d2b2668

Browse files
authored
Merge pull request #276 from nunnatsa/bubble-cond
Remove the setup counter from the KVMachine ready status
2 parents 9371921 + 94a369b commit d2b2668

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/context/machine_context.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ func (c *MachineContext) PatchKubevirtMachine(patchHelper *patch.Helper) error {
6666
infrav1.VMProvisionedCondition,
6767
infrav1.BootstrapExecSucceededCondition,
6868
),
69-
conditions.WithStepCounterIf(c.KubevirtMachine.ObjectMeta.DeletionTimestamp.IsZero()),
7069
)
7170

7271
// Patch the object, ignoring conflicts on the conditions owned by this controller.

0 commit comments

Comments
 (0)