You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Replica Set or Sharded Cluster with configured backup, the Operator can now properly orchestrate resource removal and shutdown backup process.
Improved Persistent Volume support:
It is now possible to mount mongodb data, the mongodb journal and all logs into different volumes. Configure podSpec.persistence.multiple to enable this behaviour.
Define podSpec.persistence.single to mount all there directories into a single volume. This is the default behavior.
A new parameter, labelSelector, defines labels for a selector which controls which volumes are mounted.
A default StorageClass will be used if storageClass is not defined in the persistence configuration. Most Kubernetes deployments support dynamic volume provisioning, so volumes should be available by default without needing to configure this field.