Add support for enforce Recreate deployment strategy #1902
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What would you like to be added?
Add possibility to set Recreate deployment strategy even there is no Volume set. I believe compose without deploy:update_config has meaning there is no rolling update but rather recreate strategy (docker swarm default behavior).
Why is this needed?
I don't think #264 (comment) statement is right. Sometimes application expects it is run only in one instance. For example when consumes ordered stream from messaging and want to keep results in the same order. In this case it is needed to have set 1 replica and Recreate deployment strategy.
The text was updated successfully, but these errors were encountered: