Skip to content

Commit 57e33ff

Browse files
committed
TELCODOCS-1404: Update DefaultCatSrc with Status info for TALM
1 parent 2e06547 commit 57e33ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/cnf-topology-aware-lifecycle-manager-operator-update.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@ spec:
4646
updateStrategy: <2>
4747
registryPoll:
4848
interval: 1h
49+
status:
50+
connectionState:
51+
lastObservedState: READY <3>
4952
----
5053
<1> The index image URL contains the desired Operator images. If the index images are always pushed to the same image name and tag, this change is not needed.
5154
<2> Set how frequently the Operator Lifecycle Manager (OLM) polls the index image for new Operator versions with the `registryPoll.interval` field. This change is not needed if a new index image tag is always pushed for y-stream and z-stream Operator updates. The `registryPoll.interval` field can be set to a shorter interval to expedite the update, however shorter intervals increase computational load. To counteract this, you can restore `registryPoll.interval` to the default value once the update is complete.
52-
55+
<3> Last observed state of the catalog connection. The `READY` value ensures that the `CatalogSource` policy is ready, indicating that the index pod is pulled and is running. This way, {cgu-operator} upgrades the Operators based on up-to-date policy compliance states.
5356

5457
.. This update generates one policy, `du-upgrade-operator-catsrc-policy`, to update the `redhat-operators` catalog source with the new index images that contain the desired Operators images.
5558
+

0 commit comments

Comments
 (0)