Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update comment
Co-authored-by: Aaron Francis Fernandes <[email protected]>
  • Loading branch information
gagan16k and aaronfern authored Aug 11, 2025
commit 965a6fd6f6a10b28ea98751c95ef34ca37a78746
2 changes: 1 addition & 1 deletion pkg/controller/deployment_machineset_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func calculateMachineSetStatus(is *v1alpha1.MachineSet, filteredMachines []*v1al
}

// Update the FailedMachines field when we see new failures
// Set the FailedMachines field to nil if there are no failed machines.
// Clear FailedMachines if there are no failed machines.
if len(failedMachines) > 0 {
newStatus.FailedMachines = &failedMachines
} else {
Expand Down
Loading