Commit d83ffee
committed
fix(hcco): align CatalogSource registryPoll interval with OCP defaults
Update HCCO-managed CatalogSource registryPoll interval from 10m to
240m to match standard OCP 4.18+ defaults set by operator-marketplace.
This change:
- Reduces control plane resource consumption from catalog polling
- Decreases etcd churn and storage growth
- Improves scalability for management clusters hosting many HCPs
- Aligns HyperShift behavior with upstream OCP (changed in OCPBUGS-69441)
Trade-off: Catalog update discovery latency increases from 10 minutes
to 4 hours. Users can manually trigger refresh by deleting the
CatalogSource pod if needed.
Signed-off-by: Shital Jadhav <shijadha@redhat.com>
Commit-Message-Assisted-by: Claude (via Claude Code)1 parent b39a15b commit d83ffee
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments