Skip to content

Commit 11a7dbb

Browse files
authored
Merge pull request #1232 from exdx/fix/doc
fix: typo in catalog polling doc
2 parents 6900307 + 80eca43 commit 11a7dbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/design/catalog-polling.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
image: quay.io/my-catalogs/my-catalog:master
3030
updateStrategy:
3131
registryPoll:
32-
interval: 2m
32+
interval: 45m
3333
```
3434
3535
It is required for the catalog source to be sourceType grpc and be backed by an image for polling to work.
@@ -41,4 +41,5 @@ into the cluster. It may take longer for larger clusters.
4141
scheduled onto the cluster. If the cluster is at absolutely maximum capacity, without autoscaling enabled, this feature may not work.
4242
* OLM checks to see whether the container ImageID has changed between the old and new catalog source image when determining if an upgrade
4343
is in order. It does not actually parse the image content itself to check for later CSVs. If there is a bad upgrade to the catalog source image,
44-
simply overwrite the tag with another version and it will be pulled down, or delete and recreate the catalog source.
44+
simply overwrite the tag with another version and it will be pulled down, or delete and recreate the catalog source.
45+
* The polling interval should be reasonably high to ensure the update functionality works as intended. Avoid intervals less than 15m.

0 commit comments

Comments
 (0)