Skip to content

Commit

Permalink
Adjust status if instance needs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Aug 24, 2020
1 parent 3d589e9 commit 4bbf6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/instancegroups/rollingupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (c *RollingUpdateCluster) AdjustNeedUpdate(groups map[string]*cloudinstance

if makeNotReady {
group.NeedUpdate = append(group.NeedUpdate, member)
member.Status = cloudinstances.CloudInstanceStatusNeedsUpdate
} else {
newReady = append(newReady, member)
}
Expand Down

0 comments on commit 4bbf6de

Please sign in to comment.