Skip to content

Commit

Permalink
fix: cloneset revision update
Browse files Browse the repository at this point in the history
Signed-off-by: suhe <suhe@njust.edu.cn>
  • Loading branch information
qswksp committed Mar 30, 2024
1 parent e402cb4 commit f8898bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/cloneset/cloneset_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (r *realStatusUpdater) calculateStatus(cs *appsv1alpha1.CloneSet, newStatus
newStatus.UpdatedAvailableReplicas++
}
}
// Consider the update revision as stable if revisions of all pods are consistent to it, no need to wait all of them ready
// Consider the update revision as stable if revisions of all pods are consistent to it and have the expected number of replicas, no need to wait all of them ready
if newStatus.UpdatedReplicas == newStatus.Replicas && newStatus.Replicas == *cs.Spec.Replicas {
newStatus.CurrentRevision = newStatus.UpdateRevision
}
Expand Down

0 comments on commit f8898bb

Please sign in to comment.