add support for "podManagementPolicy" in the MongoDB and Ops Manager CR
In order to speed up deployments, please add support for "podManagementPolicy" in the MongoDB and Ops Manager CR to allow parallel pod deployment of Statefulsets.
1
vote
Joel
shared this idea
-
AdminAndrey (Admin, MongoDB) commented
We can't actually deploy Stateful set in parallel. We have a very careful logic synchronizing scale up and down one by one.
Getting multiple pods deployed in parallel would change how Statefull sets updated and scale so we can not guarantee uptime when changes applied.