Setting up dedicated nodes for your MongoDB deployment
You can dedicate one or more worker nodes to MongoDBOps Manager. The nodes are then used exclusively by Ops Manager containers or pods.
About this task
You dedicate a node by adding a taint to the node. MongoDB Ops Manager then adds a corresponding toleration to the pods that use it exclusively. A node taint lets you mark a node so that the scheduler avoids using it for certain pods. The pods with the tolerations are then allowed to use the dedicated nodes and any other nodes in the cluster.
To make sure that your pods use those dedicated nodes, you can add a label that matches the taint to the same set of nodes. MongoDB Ops Manager also adds a node affinity to require that the pods can only schedule onto the labeled nodes.
Procedure
Repeat the following steps on each worker node that you plan to dedicate to the database deployment.