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 Under Consideration
Created by Guest
Created on Feb 15, 2021

Support kubernetes taints and tolerations

I believe kubernetes taints and tolerations are not supported by the operator, yet I find it a much needed capability.
  • Attach files
  • Guest
    Jan 10, 2022
    is that what are you looking for: ... podTemplate: metadata: labels: network-role: mongodb team: team1 tier: dev spec: nodeSelector: deeming: SEC component: mongodb-only tolerations: - effect: NoSchedule key: mongodb operator: Equal value: SEC - effect: NoSchedule key: deeming operator: Equal value: SEC - effect: NoSchedule key: subnet operator: Equal value: NEW ...