Skip to content

Commit 0f8ac9c

Browse files
committed
(DOCSP-27209) Removes additional EOL section per copy review.
1 parent b18e70b commit 0f8ac9c

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

source/reference/troubleshooting.txt

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -795,35 +795,3 @@ following command to remove it:
795795
.. code-block:: sh
796796

797797
kubectl delete deployment/enterprise-operator
798-
799-
800-
.. _troubleshoot-om-failed-state:
801-
802-
|onprem| in Failed State
803-
---------------------------
804-
805-
.. include:: /includes/facts/fact-disable-tls.rst
806-
807-
However, if you have a broken Application Database after upgrading to
808-
|k8s-op-short| version 1.14.0 or 1.15.0, do the following steps:
809-
810-
1. Run the following command to scale your |k8s-op-short| deployment to
811-
zero replicas:
812-
813-
.. code-block:: sh
814-
815-
kubectl scale deployment/mongodb-enterprise-operator --replicas 0
816-
817-
#. Run the following command to delete the AppDB StatefulSet:
818-
819-
.. code-block:: sh
820-
821-
kubectl delete sts/<mongodb-resource-name>-db
822-
823-
#. Run the following command to remove the Automation Config secret:
824-
825-
.. code-block:: sh
826-
827-
kubectl delete secret/<mongodb-resource-name>-db-config
828-
829-
#. :ref:`upgrade-k8s-operator` to version 1.16.0 or later.

0 commit comments

Comments
 (0)