• Michail Kargakis's avatar
    controller: fix requeueing progressing deployments · 7a8259c6
    Michail Kargakis authored
    Drop the secondary queue and add either ratelimited or after the
    required amount of time that we need to wait directly in the main
    queue. In this way we can always be sure that we will sync back
    the Deployment if its progress has yet to resolve into a complete
    (NewReplicaSetAvailable) or TimedOut condition.
    7a8259c6
progress.go 10.5 KB