Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Aug 1, 2024
1 parent e6ef8c7 commit 409d282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollout/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ func (c *Controller) newRolloutContext(rollout *v1alpha1.Rollout) (*rolloutConte
for _, rs := range rsList {
if rs.Labels[v1alpha1.DefaultRolloutUniqueLabelKey] == podHash {
foundRS = true
logCtx.Info("newRS found via label selector lookup and pod hash", "rs", rs.Name)
break
}
}

Expand Down

0 comments on commit 409d282

Please sign in to comment.