Skip to content

MongoDB Enterprise Kubernetes Operator 1.3.1

Compare
Choose a tag to compare
@antonlisovenko antonlisovenko released this 08 Nov 17:44
· 239 commits to master since this release

MongoDB Resource Changes

  • Important! Requires one MongoDB resource per Ops Manager project. If you have more than one MongoDB resource in a project, all resources will change to a Pending status and the Kubernetes Operator won’t perform any changes on them. The existing MongoDB databases will still be accessible. You must migrate to one resource per project.
  • Supports SCRAM-SHA authentication mode. See the MongoDB Enterprise Kubernetes Operator GitHub repository for examples.
  • Requires that the project (ConfigMap) and credentials (secret) referenced from a MongoDB resource be in the same namespace.
  • Adds OpenShift installation files (YAML file and Helm chart configuration).

Ops Manager Resource Changes (Alpha Release)

  • Supports highly available Ops Manager resources by introducing the spec.replicas setting.
  • Runs pods as a non-root user.