|
1 | 1 | ---
|
2 |
| -ref: verify-om-appdb-tls-certs |
| 2 | +ref: configure-kubectl-standalone |
3 | 3 | stepnum: 1
|
| 4 | +inherit: |
| 5 | + file: steps-configure-kubectl-namespace.yaml |
| 6 | + ref: configure-kubectl-namespace |
| 7 | +--- |
| 8 | +ref: verify-om-appdb-tls-certs |
| 9 | +stepnum: 2 |
4 | 10 | level: 4
|
5 | 11 | inherit:
|
6 | 12 | file: steps-source-deploy-om-resource.yaml
|
7 | 13 | ref: verify-om-appdb-tls-certs
|
8 |
| ---- |
| 14 | +--- |
9 | 15 | ref: create-om-appdb-secret
|
10 |
| -stepnum: 2 |
| 16 | +stepnum: 3 |
11 | 17 | level: 4
|
12 | 18 | inherit:
|
13 | 19 | file: steps-source-deploy-om-resource.yaml
|
14 | 20 | ref: create-om-appdb-secret
|
15 | 21 | ---
|
16 | 22 | ref: create-om-appdb-configmap
|
17 |
| -stepnum: 3 |
| 23 | +stepnum: 4 |
18 | 24 | level: 4
|
19 | 25 | inherit:
|
20 | 26 | file: steps-source-deploy-om-resource.yaml
|
21 | 27 | ref: create-om-appdb-configmap
|
22 | 28 | ---
|
23 | 29 | ref: create-om-appdb-set-secret
|
24 |
| -stepnum: 4 |
| 30 | +stepnum: 5 |
25 | 31 | level: 4
|
26 | 32 | inherit:
|
27 | 33 | file: steps-source-deploy-om-resource.yaml
|
28 | 34 | ref: create-om-appdb-set-secret
|
| 35 | +--- |
| 36 | +title: "Apply changes to your |onprem| deployment." |
| 37 | +stepnum: 6 |
| 38 | +level: 4 |
| 39 | +ref: apply-changes-om-k8s |
| 40 | +content: | |
| 41 | +
|
| 42 | + Invoke the following ``kubectl`` command on the filename of the |
| 43 | + |onprem| resource definition: |
| 44 | +
|
| 45 | + .. code-block:: sh |
| 46 | +
|
| 47 | + kubectl apply -f <opsmgr-resource>.yaml |
| 48 | +
|
| 49 | +--- |
| 50 | +title: "Track the status of your |onprem| instance." |
| 51 | +stepnum: 7 |
| 52 | +level: 4 |
| 53 | +ref: track-k8s-instance |
| 54 | +content: | |
| 55 | +
|
| 56 | + To check the status of your |onprem| resource, invoke the following |
| 57 | + command: |
| 58 | +
|
| 59 | + .. code-block:: sh |
| 60 | +
|
| 61 | + kubectl get om -o yaml -w |
| 62 | +
|
| 63 | + When |onprem| is running, the command returns the following |
| 64 | + output under the ``status`` field: |
| 65 | +
|
| 66 | + .. code-block:: yaml |
| 67 | + :copyable: false |
| 68 | +
|
| 69 | + status: |
| 70 | + applicationDatabase: |
| 71 | + lastTransition: "2019-12-06T17:46:15Z" |
| 72 | + members: 3 |
| 73 | + phase: Running |
| 74 | + type: ReplicaSet |
| 75 | + version: 4.2.2-ent |
| 76 | + opsManager: |
| 77 | + lastTransition: "2019-12-06T17:46:32Z" |
| 78 | + phase: Running |
| 79 | + replicas: 1 |
| 80 | + url: https://om-appdb-tls-enabled-svc.dev.svc.cluster.local:8443 |
| 81 | + version: 4.2.6 |
| 82 | +
|
| 83 | + See :doc:`/reference/troubleshooting` for information about the |
| 84 | + resource deployment statuses. |
| 85 | +
|
29 | 86 | ...
|
0 commit comments