@@ -298,39 +298,53 @@ content: |
298
298
299
299
status:
300
300
applicationDatabase:
301
- lastTransition: "2019-11-15T19:48:01Z "
301
+ lastTransition: "2020-04-01T09:49:22Z "
302
302
message: AppDB Statefulset is not ready yet
303
303
phase: Reconciling
304
304
type: ""
305
305
version: ""
306
+ backup:
307
+ phase: ""
306
308
opsManager:
307
- lastTransition: "2019-11-15T19:48:01Z"
308
- message: Ops Manager is still starting
309
- phase: Reconciling
310
- version: ""
309
+ phase: ""
310
+
311
+ The |k8s-op-short| reconciles the resources in the following order:
312
+
313
+ 1. Application Database.
314
+ #. |onprem|.
315
+ #. Backup.
311
316
312
- After the resource completes the ``Reconciling`` phase, the command
313
- returns the following output under the ``status`` field:
317
+ The |k8s-op-short| doesn't reconcile a resource until the preceding
318
+ one enters the ``Running`` phase.
319
+
320
+ After the |onprem| resource completes the ``Reconciling`` phase, the
321
+ command returns the following output under the ``status`` field if you
322
+ enabled backup:
314
323
315
324
.. code-block:: yaml
316
325
:copyable: false
317
326
318
327
status:
319
328
applicationDatabase:
320
- lastTransition: "2019-12-06T18:23:22Z "
329
+ lastTransition: "2020-04-01T09:50:20Z "
321
330
members: 3
322
331
phase: Running
323
332
type: ReplicaSet
324
- version: 4.2.2-ent
333
+ version: 4.2.0
334
+ backup:
335
+ lastTransition: "2020-04-01T09:57:42Z"
336
+ message: The MongoDB object <namespace>/<oplogresourcename>
337
+ doesn't exist
338
+ phase: Pending
325
339
opsManager:
326
- lastTransition: "2019-12-06T18:23:26Z "
327
- message: The MongoDB object namespace/oplogdbname doesn't exist
328
- phase: Pending
329
- url: http://om-svc.dev .svc.cluster.local:8080
330
- version: ""
340
+ lastTransition: "2020-04-01T09:57:40Z "
341
+ phase: Running
342
+ replicas: 1
343
+ url: http://om-svc.cloudqa .svc.cluster.local:8080
344
+ version: 4.2.8
331
345
332
- The |application| remains in a ``Pending`` state until you configure
333
- the Backup databases.
346
+ Backup remains in a ``Pending`` state until you configure the Backup
347
+ databases.
334
348
335
349
.. tip::
336
350
@@ -427,21 +441,26 @@ content: |
427
441
428
442
.. code-block:: yaml
429
443
:copyable: false
430
- :emphasize-lines: 12
444
+ :emphasize-lines: 17
431
445
432
446
status:
433
447
applicationDatabase:
434
- lastTransition: "2019-12-06T18:23:22Z "
448
+ lastTransition: "2020-04-01T10:00:32Z "
435
449
members: 3
436
450
phase: Running
437
451
type: ReplicaSet
438
- version: 4.2.2-ent
452
+ version: 4.2.0
453
+ backup:
454
+ lastTransition: "2020-04-01T09:57:42Z"
455
+ message: The MongoDB object <namespace>/<oplogresourcename>
456
+ doesn't exist
457
+ phase: Pending
439
458
opsManager:
440
- lastTransition: "2019-12-06T18:23:26Z "
441
- message: The MongoDB object namespace/oplogdbname doesn't exist
442
- phase: Pending
443
- url: http://om-svc.dev .svc.cluster.local:8080
444
- version: ""
459
+ lastTransition: "2020-04-01T09:57:40Z "
460
+ phase: Running
461
+ replicas: 1
462
+ url: http://om-svc.cloudqa .svc.cluster.local:8080
463
+ version: 4.2.8
445
464
446
465
.. include:: /includes/admonitions/data-url-config-map-external-dbs.rst
447
466
@@ -503,17 +522,21 @@ content: |
503
522
504
523
status:
505
524
applicationDatabase:
506
- lastTransition: "2019-12-06T17:46:15Z "
525
+ lastTransition: "2020-04-01T10:00:32Z "
507
526
members: 3
508
527
phase: Running
509
528
type: ReplicaSet
510
- version: 4.2.2-ent
529
+ version: 4.2.0
530
+ backup:
531
+ lastTransition: "2020-04-01T10:00:53Z"
532
+ phase: Running
533
+ version: 4.2.8
511
534
opsManager:
512
- lastTransition: "2019-12-06T17:46:32Z "
535
+ lastTransition: "2020-04-01T10:00:34Z "
513
536
phase: Running
514
537
replicas: 1
515
- url: http://om-backup- svc.dev .svc.cluster.local:8080
516
- version: 4.2.6
538
+ url: http://om-svc.cloudqa .svc.cluster.local:8080
539
+ version: 4.2.8
517
540
518
541
See :doc:`/reference/troubleshooting` for information about the
519
542
resource deployment statuses.
0 commit comments