Skip to content

Commit bf22040

Browse files
authored
(DOCS-14106): Backport DOCS-13954 to v0.11 (#435). (#452)
* (DOCS-14106): Backport DOCS-13954 to v0.11 (#435). * (DOCS-14106): Backport DOCS-13954 to v0.11 (#435).
1 parent 35640b1 commit bf22040

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
@@ -106,6 +106,24 @@ namespace:
106106

107107
.. include:: /includes/troubleshoot-k8s.rst
108108

109+
Verify the Installation
110+
-----------------------
111+
112+
To verify that the |k8s-op-short| installed correctly, run the
113+
following command and verify the output:
114+
115+
.. code-block:: sh
116+
117+
kubectl describe deployments mongodb-enterprise-operator -n <namespace>
118+
119+
By default, deployments exist in the ``mongodb`` namespace. If the
120+
following error message appears, ensure you use the correct
121+
namespace:
122+
123+
.. code-block:: sh
124+
125+
Error from server (NotFound): deployments.apps "mongodb-enterprise-operator" not found
126+
109127
Next Steps
110128
----------
111129

0 commit comments

Comments
 (0)