File tree Expand file tree Collapse file tree 6 files changed +1
-58
lines changed Expand file tree Collapse file tree 6 files changed +1
-58
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TLS-enabled Application Database whose TLS certificate is stored in an
4
4
:k8sdocs: `Opaque </concepts/configuration/secret/#opaque-secrets> `
5
5
secret.
6
6
7
- We recommend that you upgrade to |k8s-op-short | version 1.15.1
7
+ We recommend that you upgrade to |k8s-op-short | version 1.16.0
8
8
or later.
9
9
10
10
We strongly advise against upgrading to |k8s-op-short | version 1.14.0
Original file line number Diff line number Diff line change 22
22
- 1.21, 1.22, 1.23
23
23
- 4.9
24
24
25
- * - 1.15.x
26
- - 1.21, 1.22, 1.23
27
- - 4.9
28
-
29
- * - 1.14.x
30
- - 1.19, 1.20, 1.21, 1.22
31
- - 4.7, 4.8, 4.9
32
25
Original file line number Diff line number Diff line change 25
25
* - 1.16.x
26
26
- Ubuntu 20.04, Red Hat UBI 8 Base Image
27
27
28
- * - 1.15.x
29
- - Ubuntu 20.04, Red Hat UBI 8 Base Image
30
-
31
- * - 1.14.x
32
- - Ubuntu 20.04, Red Hat UBI 8 Base Image
33
-
Original file line number Diff line number Diff line change 14
14
* - 1.16.x
15
15
- 5.0
16
16
17
- * - 1.15.x
18
- - 5.0
19
-
20
- * - 1.14.x
21
- - 5.0
Original file line number Diff line number Diff line change @@ -795,35 +795,3 @@ following command to remove it:
795
795
.. code-block:: sh
796
796
797
797
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.15.1 or later.
Original file line number Diff line number Diff line change @@ -11,11 +11,4 @@ Upgrade the |k8s-op|
11
11
The following procedure outlines how to upgrade the |k8s-op-short|
12
12
to its latest version.
13
13
14
- .. admonition:: Upgrading to version 1.14.0 or 1.15.0
15
- :class: warning
16
-
17
- .. include:: /includes/facts/fact-disable-tls.rst
18
-
19
- .. include:: /includes/fact-broken-appdb.rst
20
-
21
14
.. include:: /includes/install/upgrade-k8s-operator.rst
You can’t perform that action at this time.
0 commit comments