MongoDB Operator - how to make all replicaset pods to startup at the same time


my-mongodb-cluster-mongos-7f98f7f67c-n5zlp 1/1 Running 0 9m25s
my-mongodb-cluster-rs0-0 1/1 Running 0 9m27s
my-mongodb-cluster-rs0-1 0/1 Running 0 38s

As you can see the rs0-0 took about 9min to start. Now rs0-1 and rs0-2 will also take that long.

Is it possible to make all the rs0 start at the same time ?