We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35640b1 commit bf22040Copy full SHA for bf22040
source/tutorial/install-k8s-operator.txt
@@ -106,6 +106,24 @@ namespace:
106
107
.. include:: /includes/troubleshoot-k8s.rst
108
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
124
125
+ Error from server (NotFound): deployments.apps "mongodb-enterprise-operator" not found
126
127
Next Steps
128
----------
129
0 commit comments