File tree Expand file tree Collapse file tree 4 files changed +46
-13
lines changed Expand file tree Collapse file tree 4 files changed +46
-13
lines changed Original file line number Diff line number Diff line change 1
1
To verify that the |k8s-op-short | installed correctly, run the
2
2
following command and verify the output:
3
3
4
- .. code-block :: sh
4
+ .. tabs ::
5
+
6
+ .. tab :: Using kubectl
7
+ :tabid: kubectl-verify
8
+
9
+ .. code-block :: sh
10
+
11
+ kubectl describe deployments mongodb-enterprise-operator -n < metadata.namespace>
12
+
13
+ .. tab :: Using oc
14
+ :tabid: oc-verify
15
+
16
+ .. code-block :: sh
5
17
6
- kubectl describe deployments mongodb-enterprise-operator -n < metadata.namespace>
18
+ oc describe deployments mongodb-enterprise-operator -n < metadata.namespace>
7
19
8
20
By default, deployments exist in the ``mongodb `` namespace. If the
9
21
following error message appears, ensure you use the correct
Original file line number Diff line number Diff line change @@ -188,8 +188,7 @@ title: "Import the ``.tar`` files into ``docker``."
188
188
level : 4
189
189
ref : helm-master-import-tar
190
190
replacement :
191
- versions : |
192
- .. include:: /includes/install/replace-op-and-om-versions.rst
191
+
193
192
quayimport : |
194
193
195
194
.. code-block:: sh
Original file line number Diff line number Diff line change 1
1
---
2
+ title : " Clone the :github:`MongoDB Enterprise Kubernetes Operator repository </mongodb/mongodb-enterprise-kubernetes>`."
3
+ level : 4
4
+ ref : install-kubectl-clone-repo
5
+ stepnum : 1
6
+ content : |
7
+ Invoke the following ``git`` command:
8
+
9
+ .. code-block:: sh
10
+
11
+ git clone https://github.com/mongodb/mongodb-enterprise-kubernetes.git
12
+ ---
2
13
ref : install-kubectl-cd-yaml
3
14
inherit :
4
15
file : steps-install-master.yaml
5
16
ref : install-master-cd
6
- stepnum : 1
17
+ stepnum : 2
7
18
---
8
19
ref : install-kubectl-crds
9
20
inherit :
10
21
file : steps-install-master.yaml
11
22
ref : install-master-crds
12
- stepnum : 2
23
+ stepnum : 3
13
24
replacement :
14
25
method : " Install the |k8s-crds| for MongoDB deployments using the following |kubectl| command:"
15
26
content : |
@@ -21,15 +32,15 @@ ref: install-kubectl-edit-yaml
21
32
inherit :
22
33
file : steps-install-master.yaml
23
34
ref : install-master-edit-yaml
24
- stepnum : 3
35
+ stepnum : 4
25
36
replacement :
26
37
method : installing
27
38
---
28
39
ref : install-kubectl-install
29
40
inherit :
30
41
file : steps-install-master.yaml
31
42
ref : install-master-install
32
- stepnum : 4
43
+ stepnum : 5
33
44
replacement :
34
45
method : " Install the |k8s-op-short| using the following
35
46
|kubectl| command:"
Original file line number Diff line number Diff line change 1
1
---
2
+ title : " Clone the :github:`MongoDB Enterprise Kubernetes Operator repository </mongodb/mongodb-enterprise-kubernetes>`."
3
+ level : 4
4
+ ref : install-kubectl-clone-repo
5
+ stepnum : 1
6
+ content : |
7
+ Invoke the following ``git`` command:
8
+
9
+ .. code-block:: sh
10
+
11
+ git clone https://github.com/mongodb/mongodb-enterprise-kubernetes.git
12
+ ---
2
13
ref : install-oc-cd-yaml
3
14
inherit :
4
15
file : steps-install-master.yaml
5
16
ref : install-master-cd
6
- stepnum : 1
17
+ stepnum : 2
7
18
---
8
19
ref : install-oc-crds
9
20
inherit :
10
21
file : steps-install-master.yaml
11
22
ref : install-master-crds
12
- stepnum : 2
23
+ stepnum : 3
13
24
replacement :
14
25
method : " Install the |k8s-crds| for MongoDB deployments."
15
26
content : |
@@ -21,7 +32,7 @@ ref: install-oc-edit-yaml
21
32
inherit :
22
33
file : steps-install-master.yaml
23
34
ref : install-master-edit-yaml
24
- stepnum : 3
35
+ stepnum : 4
25
36
replacement :
26
37
method : installing
27
38
@@ -31,7 +42,7 @@ ref: add-oc-pullsecret-yaml
31
42
inherit :
32
43
file : steps-install-master.yaml
33
44
ref : add-pullsecret-yaml
34
- stepnum : 4
45
+ stepnum : 5
35
46
replacement :
36
47
method : installing
37
48
@@ -40,7 +51,7 @@ ref: install-oc-install
40
51
inherit :
41
52
file : steps-install-master.yaml
42
53
ref : install-master-install
43
- stepnum : 5
54
+ stepnum : 6
44
55
replacement :
45
56
method : " Install the |k8s-op-short| using the following
46
57
|oc| command:"
You can’t perform that action at this time.
0 commit comments