File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 29
29
image : quay.io/my-catalogs/my-catalog:master
30
30
updateStrategy :
31
31
registryPoll :
32
- interval : 2m
32
+ interval : 45m
33
33
` ` `
34
34
35
35
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.
41
41
scheduled onto the cluster. If the cluster is at absolutely maximum capacity, without autoscaling enabled, this feature may not work.
42
42
* OLM checks to see whether the container ImageID has changed between the old and new catalog source image when determining if an upgrade
43
43
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.
You can’t perform that action at this time.
0 commit comments