We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9371921 + 94a369b commit d2b2668Copy full SHA for d2b2668
pkg/context/machine_context.go
@@ -66,7 +66,6 @@ func (c *MachineContext) PatchKubevirtMachine(patchHelper *patch.Helper) error {
66
infrav1.VMProvisionedCondition,
67
infrav1.BootstrapExecSucceededCondition,
68
),
69
- conditions.WithStepCounterIf(c.KubevirtMachine.ObjectMeta.DeletionTimestamp.IsZero()),
70
)
71
72
// Patch the object, ignoring conflicts on the conditions owned by this controller.
0 commit comments