Skip to content

Commit 7c8496e

Browse files
authored
Merge pull request #57857 from slovern/TELCODOCS-1231
TELCODOCS-1231 - Add note to TALM documentation on handling of installPlans
2 parents 0f3c7d0 + 311768b commit 7c8496e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/cnf-topology-aware-lifecycle-manager-apply-policies.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,13 @@ $ oc get installplan -n <subscription_namespace>
357357
NAMESPACE NAME CSV APPROVAL APPROVED
358358
openshift-logging install-6khtw cluster-logging.5.3.3-4 Manual true <1>
359359
----
360-
<1> The install plans have their `Approval` field set to `Manual` and their `Approved` field changes from `true` to `false` after {cgu-operator} approves the install plan.
360+
<1> The install plans have their `Approval` field set to `Manual` and their `Approved` field changes from `false` to `true` after {cgu-operator} approves the install plan.
361+
+
362+
[NOTE]
363+
====
364+
When {cgu-operator} is remediating a policy containing a subscription, it automatically approves any install plans attached to that subscription.
365+
Where multiple install plans are needed to get the operator to the latest known version, {cgu-operator} might approve multiple install plans, upgrading through one or more intermediate versions to get to the final version.
366+
====
361367

362368
. Check if the cluster service version for the Operator of the policy that the `ClusterGroupUpgrade` is installing reached the `Succeeded` phase by running the following command:
363369
+

0 commit comments

Comments
 (0)