@@ -23,7 +23,7 @@ MongoDB Resource Changes
23
23
~~~~~~~~~~~~~~~~~~~~~~~~
24
24
25
25
- Adds split horizon DNS support for MongoDB replica sets, which allows
26
- clients to connect to a replica set from outside of the Kubernetes
26
+ clients to connect to a replica set from outside of the |k8s|
27
27
cluster.
28
28
- Supports requests for |k8s-op-short|-generated certificates for
29
29
additional certificate domains, which makes them valid for the
@@ -32,20 +32,20 @@ MongoDB Resource Changes
32
32
|onprem| Resource Changes (Beta Release)
33
33
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
34
35
- - Promotes the ``MongoDBOpsManager`` resource to Beta. |onprem| version
36
- 4.2.4 is available.
35
+ - Promotes the ``MongoDBOpsManager`` :ref:`resource
36
+ <k8s-om-specification>` to Beta. |onprem| version
37
+ 4.2.4 is available.
37
38
- Supports Backup and restore in |k8s-op-short|-deployed |onprem|
38
39
instances. This is a semi-automated process that deploys everything
39
40
you need to enable backups in |onprem|. You can enable Backup by
40
- setting the `` spec.backup.enabled`` setting in the |onprem| custom
41
- resource. You can configure the Head Database, Oplog Store, and S3
42
- Snapshot Store by using the ``MongoDBOpsManager`` resource
43
- specification.
41
+ setting the :opsmgrkube:` spec.backup.enabled` setting in the |onprem|
42
+ custom resource. You can configure the Head Database, Oplog Store, and
43
+ S3 Snapshot Store by using the ``MongoDBOpsManager`` :ref:` resource
44
+ specification <k8s-om-specification>` .
44
45
- Supports access to |onprem| from outside the |k8s|
45
- cluster through the ``spec.externalConnectivity`` setting.
46
- - Enables ``SCRAM-SHA-1`` authentication on |onprem|\'s
47
- :opsmgr:`Application Database
48
- </core/system-overview/#application-database>` by default.
46
+ cluster through the :opsmgrkube:`spec.externalConnectivity` setting.
47
+ - :ref:`Enables SCRAM-SHA-1 authentication <app-db-auth>` on |onprem|\'s
48
+ Application Database by default.
49
49
- Adds support for OpenShift (Red Hat UBI Images).
50
50
51
51
For more information on how to enable new features, see the sample YAML
0 commit comments