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).
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).