MongoDB Kubernetes Enterprise Operator 1.16.0
·
69 commits
to master
since this release
MongoDB Resource
spec.security.tls.secretRef.name
has been removed. It was deprecated in operator versionv1.10.0
. Please use the fieldspec.security.certsSecretPrefix
to specify the secret name containing the certificate for Database. Make sure to create the secret containing the certificates accordingly.spec.podSpec.cpu
andspec.podSpec.memory
has 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.labels
is propagated to the database StatefulSet and the PVC objects. - Prometheus scraping endpoints can now be added to the MongoDB resources with the
spec.prometheus
configuration attribute. Find a sample Prometheus configuration in thesamples/mongodb/prometheus
directory.
MongoDBOpsManager Resource
spec.applicationDatabase.security.tls.secretRef.name
has been removed. It was deprecated in operator versionv1.10.0
. Please use the fieldspec.applicationDatabase.security.certsSecretPrefix
to specify the secret name containing the certificate for AppDB. Make sure to create the secret containing the certificates accordingly.spec.applicationDatabase.podSpec.cpu
andspec.applicationDatabase.podSpec.memory
has 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.labels
is 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.prometheus
configuration attribute. Find a sample Prometheus configuration in thesamples/mongodb/prometheus
directory.
MongoDBUser Resource
- Changes:
- Added the optional field
spec.connectionStringSecretName
to be able to provide a deterministic secret name for the user specific connection string secret generated by the operator.
- Added the optional field