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
Ops Manager and Backup Daemon pods are run under a dedicated service account.
Kubernetes Operator Changes
The Operator can be configured to watch only a subset of Custom Resource Definitions provided. You can find more information in the documentation.
CRDs can be generated without the use of subresources. This is needed on some versions of Openshift 3.11. In order to do this, use --set subresourceEnabled=false when installing the Operator with helm.
Bug Fixes
Fixed setting the spec.statefulSet and spec.backup.statefulSet fields on the MongoDBOpsManager Resource.
FIxed a bug that could make an Ops Manager resource to get to an unrecoverable state if the provided admin password is not strong enough.
Fixed an error and restart of the Operator during setup of webhook.