Skip to content

Commit

Permalink
Merge pull request #276 from nunnatsa/bubble-cond
Browse files Browse the repository at this point in the history
Remove the setup counter from the KVMachine ready status
  • Loading branch information
k8s-ci-robot committed Jan 5, 2024
2 parents 9371921 + 94a369b commit d2b2668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/context/machine_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (c *MachineContext) PatchKubevirtMachine(patchHelper *patch.Helper) error {
infrav1.VMProvisionedCondition,
infrav1.BootstrapExecSucceededCondition,
),
conditions.WithStepCounterIf(c.KubevirtMachine.ObjectMeta.DeletionTimestamp.IsZero()),
)

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

0 comments on commit d2b2668

Please sign in to comment.