Skip to content

Commit c2d759e

Browse files
authored
Merge pull request #42591 from sagidlow/OSDOCS-3306
OSDOCS-3306: Adding an important note to web console
2 parents 7f5adac + 019860c commit c2d759e

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

modules/update-upgrading-cli.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@ This value is updated when the CVO applies an update. The list is ordered by
154154
date, where the newest update is first in the list. Updates in the history have
155155
state `Completed` if the rollout completed and `Partial` if the update failed
156156
or did not complete.
157-
+
158-
[IMPORTANT]
159-
====
160-
If an upgrade fails, the Operator stops and reports the status of the failing
161-
component. Rolling your cluster back to a previous version is not supported.
162-
If your upgrade fails, contact Red Hat support.
163-
====
164157

165158
. After the update completes, you can confirm that the cluster version has
166159
updated to the new version:

updating/updating-cluster-cli.adoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,10 @@ See xref:../authentication/using-rbac.adoc[Using RBAC to define and apply permis
2525
* If your cluster uses manually maintained credentials with the AWS Secure Token Service (STS), obtain a copy of the `ccoctl` utility from the release image being upgraded to and use it to process any updated credentials. For more information, see xref:../authentication/managing_cloud_provider_credentials/cco-mode-sts.adoc#sts-mode-upgrading[Upgrading an OpenShift Container Platform cluster configured for manual mode with STS].
2626
* Ensure that you address all `Upgradeable=False` conditions so the cluster allows an upgrade to the next minor version. You can run the `oc adm upgrade` command for an output of all `Upgradeable=False` conditions and the condition reasoning to help you prepare for a minor version upgrade.
2727

28-
29-
[IMPORTANT]
30-
====
31-
Using the `unsupportedConfigOverrides` section to modify the configuration of an Operator is unsupported and might block cluster upgrades. You must remove this setting before you can upgrade your cluster.
32-
====
33-
3428
[IMPORTANT]
3529
====
36-
If you are running cluster monitoring with an attached PVC for Prometheus, you might experience OOM kills during cluster upgrade. When persistent storage is in use for Prometheus, Prometheus memory usage doubles during cluster upgrade and for several hours after upgrade is complete. To avoid the OOM kill issue, allow worker nodes with double the size of memory that was available prior to the upgrade. For example, if you are running monitoring on the minimum recommended nodes, which is 2 cores with 8 GB of RAM, increase memory to 16 GB. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1925061[BZ#1925061].
30+
* When an update is failing to complete, the Cluster Version Operator (CVO) reports the status of any blocking components while attempting to reconcile the update. Rolling your cluster back to a previous version is not supported. If your update is failing to complete, contact Red Hat support.
31+
* Using the `unsupportedConfigOverrides` section to modify the configuration of an Operator is unsupported and might block cluster upgrades. You must remove this setting before you can upgrade your cluster.
3732
====
3833

3934
[role="_additional-resources"]

updating/updating-cluster-within-minor.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ See xref:../authentication/using-rbac.adoc[Using RBAC to define and apply permis
2626

2727
[IMPORTANT]
2828
====
29-
Using the `unsupportedConfigOverrides` section to modify the configuration of an Operator is unsupported and might block cluster upgrades. You must remove this setting before you can upgrade your cluster.
30-
====
31-
32-
[IMPORTANT]
33-
====
34-
If you are running cluster monitoring with an attached PVC for Prometheus, you might experience OOM kills during cluster upgrade. When persistent storage is in use for Prometheus, Prometheus memory usage doubles during cluster upgrade and for several hours after upgrade is complete. To avoid the OOM kill issue, allow worker nodes with double the size of memory that was available prior to the upgrade. For example, if you are running monitoring on the minimum recommended nodes, which is 2 cores with 8 GB of RAM, increase memory to 16 GB. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1925061[BZ#1925061].
29+
* When an update is failing to complete, the Cluster Version Operator (CVO) reports the status of any blocking components while attempting to reconcile the update. Rolling your cluster back to a previous version is not supported. If your update is failing to complete, contact Red Hat support.
30+
* Using the `unsupportedConfigOverrides` section to modify the configuration of an Operator is unsupported and might block cluster upgrades. You must remove this setting before you can upgrade your cluster.
3531
====
3632

3733
[role="_additional-resources"]

0 commit comments

Comments
 (0)