@@ -27,17 +27,17 @@ Release Notes for |k8s-op-full|
27
27
Breaking Change
28
28
`````````````````
29
29
30
- - **`` MongoDBOpsManager`` ** resource. The |k8s-op-short| no longer supports
30
+ - **MongoDBOpsManager** resource. The |k8s-op-short| no longer supports
31
31
|onprem| 5.0. Upgrade to a later version of |onprem|. While |onprem| 5.0
32
32
may continue to work with the |k8s-op-short|, MongoDB won't test the
33
33
|k8s-op-short| against |onprem| 5.0.
34
34
35
35
New Features
36
36
`````````````
37
37
38
- - **`` MongoDBOpsManager`` ** resource: Adds support for deploying the |application|
38
+ - **MongoDBOpsManager** resource: Adds support for deploying the |application|
39
39
on multiple |k8s| clusters. To learn more, see :ref:`deploy-om-multi-cluster`.
40
- - (Public Preview) **`` MongoDB``, `` OpsManager`` ** resources: Introduces
40
+ - (Public Preview) **MongoDB**, ** OpsManager** resources: Introduces
41
41
opt-in :ref:`static-containers` for all types of deployments.
42
42
43
43
- In this release, use static containers only for testing purposes.
@@ -52,16 +52,16 @@ New Features
52
52
- :ref:`Use Static Containers <static-containers>`
53
53
- :ref:`Migrate to Static Containers <migrate-to-static-containers>`
54
54
55
- - **`` OpsManager`` ** resource: Adds the ``spec.internalConnectivity`` field
55
+ - **OpsManager** resource: Adds the ``spec.internalConnectivity`` field
56
56
to allow overrides for the service used by the |k8s-op-short| to ensure
57
57
internal connectivity to the ``OpsManager`` resource-hosting Pods.
58
58
59
- - **`` MongoDB`` ** resource: You can recover a resource due to a broken
59
+ - **MongoDB** resource: You can recover a resource due to a broken
60
60
Automation configuration in sharded clusters. In previous releases,
61
61
you could recover other types of resources but not sharded clusters.
62
62
To learn more, see :ref:`troubleshooting-automatic-recovery`.
63
63
64
- - **`` MongoDB``, `` MongoDBMultiCluster`` ** resources: These resources now
64
+ - **MongoDB**, ** MongoDBMultiCluster** resources: These resources now
65
65
allow you to add placeholders in external services.
66
66
67
67
- You can define |k8s-annotations| for external services managed by the |k8s-op-short|
@@ -130,7 +130,7 @@ Helm Chart Installation Changes
130
130
Bug Fixes
131
131
```````````
132
132
133
- - **`` MongoDBMultiCluster`` ** resource: Fixes an issue where the |k8s-op-short|
133
+ - **MongoDBMultiCluster** resource: Fixes an issue where the |k8s-op-short|
134
134
reported that ``spec.externalAccess.externalDomain`` and
135
135
``spec.clusterSpecList[*].externalAccess.externalDomains`` fields were
136
136
required even though they weren't used. The |k8s-op-short| prematurely
@@ -140,12 +140,12 @@ Bug Fixes
140
140
when you define the external domains in ``spec.externalAccess.externalDomain``
141
141
or ``spec.clusterSpecList[*].externalAccess.externalDomains`` settings.
142
142
143
- - **`` MongoDB`` ** resource: Fixes a bug where upon deleting a ``MongoDB`` resource,
143
+ - **MongoDB** resource: Fixes a bug where upon deleting a ``MongoDB`` resource,
144
144
the ``controlledFeature`` policies remained set on the related |onprem| or
145
145
|cloud-short| instance, making cleanup in the UI impossible in the case
146
146
of losing the |k8s-op-short|.
147
147
148
- - **`` OpsManager`` ** resource: Fixes an issue where the ``admin-key`` secret
148
+ - **OpsManager** resource: Fixes an issue where the ``admin-key`` secret
149
149
was deleted when you removed the ``OpsManager`` custom resource.
150
150
Fixing the ``admin-key`` secret deletion enables easier re-installation of |onprem|.
151
151
0 commit comments