Skip to content

Commit 081b96d

Browse files
corryrootjwilliams-mongo
authored andcommitted
(DOCS-13954): Provide validation steps to make sure that Operator is installed correctly (#435)
* (DOCSP-13954): Added installation verification information. * (DOCSP-13954): Fixed code-block markup. * (DOCSP-13954): Added namespace to the original command.
1 parent 1ca683f commit 081b96d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

source/tutorial/install-k8s-operator.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,24 @@ environment:
8686

8787
.. include:: /includes/install/install-os-offline-helm.rst
8888

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+
89107
.. include:: /includes/troubleshoot-k8s.rst
90108

91109
Next Steps

0 commit comments

Comments
 (0)