Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Will Not Implement
Created by Guest
Created on Jul 23, 2020

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.
  • Attach files
  • Guest
    Sep 25, 2020
    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.