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
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
openshiftVerifyDeployment doesn't really work well with Rolling deployment strategy when verify the replica count.
This is because rolling always has pod running, it only shutdown the old pods when new ones available. openshiftVerifyDeployment returns immediately for rolling deployment. It does work as expected for recreate strategy.