File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,24 @@ environment:
86
86
87
87
.. include:: /includes/install/install-os-offline-helm.rst
88
88
89
+ Verify the Installation
90
+ -----------------------
91
+
92
+ To verify that the |k8s-op-short| installed correctly, run the
93
+ following command and verify the output:
94
+
95
+ .. code-block:: sh
96
+
97
+ kubectl describe deployments mongodb-enterprise-operator -n <namespace>
98
+
99
+ By default, deployments exist in the ``mongodb`` namespace. If the
100
+ following error message appears, ensure you use the correct
101
+ namespace:
102
+
103
+ .. code-block:: sh
104
+
105
+ Error from server (NotFound): deployments.apps "mongodb-enterprise-operator" not found
106
+
89
107
.. include:: /includes/troubleshoot-k8s.rst
90
108
91
109
Next Steps
You can’t perform that action at this time.
0 commit comments