Skip to content

MongoDB Enterprise Kubernetes Operator 1.5.2

Compare
Choose a tag to compare
@rodrigovalin rodrigovalin released this 08 May 09:00
· 212 commits to master since this release

Ops Manager Resource Changes

  • 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.