You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During rolling updates, ReadyReplicas can match the desired count while
UpdatedReplicas lags behind — old pods are still ready but running stale
config. Add UpdatedReplicas == Spec.Replicas to both deployment.IsReady()
and statefulset.IsReady() so consumers (e.g. transport secret rotation
guards) don't act on stale readiness.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments