openshift / origin

Conformance test suite for OpenShift
http://www.openshift.org
Apache License 2.0
8.49k stars 4.7k forks source link

Recreate deployment strategy should maintain prior deployment replica count #2017

Closed ironcladlou closed 9 years ago

ironcladlou commented 9 years ago

Currently, the Recreate deployment strategy will always scale new deployments to the replica count defined on the deployment config. It should instead use the replica count of the latest active deployment (if available) in order to preserve the current scale factor (which can be adjusted independently of the config via the upstream resize functionality).

ironcladlou commented 9 years ago

Closed by #2097.