File tree Expand file tree Collapse file tree 4 files changed +26
-9
lines changed Expand file tree Collapse file tree 4 files changed +26
-9
lines changed Original file line number Diff line number Diff line change
1
+ If a MongoDB database resource with this name doesn't exist, the
2
+ ``backup `` resource enters a ``Pending `` state. The |k8s-op-short |
3
+ retries every 10 seconds until a MongoDB database resource with this
4
+ name is created.
5
+
6
+ .. note ::
7
+
8
+ The |k8s-op-short | begins to reconcile the |onprem | resource
9
+ automatically when you make security changes to the database
10
+ resources you reference in this setting. The |k8s-op-short | updates
11
+ the ``mongoURI `` and ``ssl `` flags in the |onprem | configuration
12
+ based on your changes.
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ content: |
218
218
- Name of the MongoDB database resource for the oplog store.
219
219
- ``my-oplog-db``
220
220
221
- You must also configure an :term:` S3 snapshot store <s3 snapshot store>`
221
+ You must also configure an :term:`S3 snapshot store <s3 snapshot store>`
222
222
or a :term:`blockstore <Backup Blockstore Database>`.
223
223
224
224
.. note::
Original file line number Diff line number Diff line change @@ -284,10 +284,7 @@ Optional |onprem| Resource Settings
284
284
285
285
.. include:: /includes/admonitions/fact-backing-db-auth.rst
286
286
287
- If a MongoDB database resource with this name doesn't exist, the
288
- |onprem| resource enters a ``Pending`` state. The |k8s-op-short|
289
- retries every 10 seconds until a MongoDB database resource with this
290
- name is created.
287
+ .. include:: /includes/admonitions/watch-backup-resources.rst
291
288
292
289
.. opsmgrkube:: spec.backup.opLogStores.mongodbUserRef.name
293
290
@@ -338,10 +335,7 @@ Optional |onprem| Resource Settings
338
335
339
336
.. include:: /includes/admonitions/fact-backing-db-auth.rst
340
337
341
- If a MongoDB database resource with this name doesn't exist, the
342
- |onprem| resource enters a ``Pending`` state. The |k8s-op-short|
343
- retries every 10 seconds until a MongoDB database resource with this
344
- name is created.
338
+ .. include:: /includes/admonitions/watch-backup-resources.rst
345
339
346
340
.. opsmgrkube:: spec.backup.blockStores.mongodbUserRef.name
347
341
@@ -556,6 +550,8 @@ Optional |onprem| Resource Settings
556
550
This change will likely fail if backups use the old name. The
557
551
consequences of a successful change are unpredictable.
558
552
553
+ .. include:: /includes/admonitions/watch-backup-resources.rst
554
+
559
555
.. opsmgrkube:: spec.backup.s3Stores.mongodbUserRef.name
560
556
561
557
*Type*: string
Original file line number Diff line number Diff line change @@ -33,6 +33,15 @@ invoke one of the following commands:
33
33
- The ``status.opsManager.phase`` field displays the |onprem| resource
34
34
deployment status.
35
35
36
+ .. note::
37
+
38
+ The ``opsManager`` controller watches the database resources
39
+ defined in the following settings:
40
+
41
+ - :opsmgrkube:`spec.backup.opLogStores`
42
+ - :opsmgrkube:`spec.backup.s3Stores`
43
+ - :opsmgrkube:`spec.backup.blockStores`
44
+
36
45
- For MongoDB resource deployments:
37
46
38
47
.. code-block:: sh
You can’t perform that action at this time.
0 commit comments