Skip to content

Commit fbc0d1b

Browse files
committed
Fix comment
1 parent 4a28364 commit fbc0d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployment/reconcile/action_upgrade_member.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (a *actionUpgradeMember) CheckProgress(ctx context.Context) (bool, error) {
120120
}
121121
// Pod is now gone, update the member status
122122
m.State = api.MemberStateNone
123-
m.RecentTerminations = nil // Since we're rotating, we do not care about old terminations.
123+
m.RecentTerminations = nil // Since we're upgrading, we do not care about old terminations.
124124
if err := a.actionCtx.UpdateMember(m); err != nil {
125125
return false, maskAny(err)
126126
}

0 commit comments

Comments
 (0)