MongoDB Kubernetes Enterprise Operator 1.16.0
·
69 commits
to master
since this release
MongoDB Resource
spec.security.tls.secretRef.namehas been removed. It was deprecated in operator versionv1.10.0. Please use the fieldspec.security.certsSecretPrefixto specify the secret name containing the certificate for Database. Make sure to create the secret containing the certificates accordingly.spec.podSpec.cpuandspec.podSpec.memoryhas been removed to override the CPU/Memory resources for the database pod, you need to override them using the statefulset spec override underspec.podSpec.podTemplate.spec.containers.- Custom labels specified under
metadata.labelsis propagated to the database StatefulSet and the PVC objects. - Prometheus scraping endpoints can now be added to the MongoDB resources with the
spec.prometheusconfiguration attribute. Find a sample Prometheus configuration in thesamples/mongodb/prometheusdirectory.
MongoDBOpsManager Resource
spec.applicationDatabase.security.tls.secretRef.namehas been removed. It was deprecated in operator versionv1.10.0. Please use the fieldspec.applicationDatabase.security.certsSecretPrefixto specify the secret name containing the certificate for AppDB. Make sure to create the secret containing the certificates accordingly.spec.applicationDatabase.podSpec.cpuandspec.applicationDatabase.podSpec.memoryhas been removed to override the CPU/Memory resources for the appDB pod, you need to override them using the statefulset spec override underspec.applicationDatabase.podSpec.podTemplate.spec.containers.- Custom labels specified under
metadata.labelsis propagated to the OM, AppDB and BackupDaemon StatefulSet and the PVC objects. - Prometheus scraping endpoints can now be added to the ApplicationDatabase resources with the
spec.applicationDatabase.prometheusconfiguration attribute. Find a sample Prometheus configuration in thesamples/mongodb/prometheusdirectory.
MongoDBUser Resource
- Changes:
- Added the optional field
spec.connectionStringSecretNameto be able to provide a deterministic secret name for the user specific connection string secret generated by the operator.
- Added the optional field