Skip to content

Document per-resource poll interval and reconcile-request annotations#1083

Merged
haarchri merged 2 commits into
crossplane:masterfrom
yordis:yordis/docs-1
May 19, 2026
Merged

Document per-resource poll interval and reconcile-request annotations#1083
haarchri merged 2 commits into
crossplane:masterfrom
yordis:yordis/docs-1

Conversation

@yordis
Copy link
Copy Markdown
Contributor

@yordis yordis commented Apr 20, 2026

  • Crossplane now supports two new annotations (crossplane.io/poll-interval and crossplane.io/reconcile-requested-at) that give operators fine-grained control over reconciliation behavior on a per-resource basis, introduced in Add per-resource poll interval and reconcile-now annotations crossplane#7239
  • Without per-resource control, operators had to choose a single global poll interval that was either too aggressive for stable resources or too slow for dynamic ones
  • The reconcile-request annotation follows the Flux CD pattern, providing a way to trigger immediate re-sync without modifying a resource's spec

Fixes #1082

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 20, 2026

Deploy Preview for crossplane ready!

Name Link
🔨 Latest commit 6eb7b8a
🔍 Latest deploy log https://app.netlify.com/projects/crossplane/deploys/6a0c02c66f70e70007b1f02b
😎 Deploy Preview https://deploy-preview-1083--crossplane.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 94 (🔴 down 2 from production)
Accessibility: 90 (🔴 down 2 from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Member

@adamwg adamwg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm once the line numbers are corrected. Thanks for the writeup!

Comment thread content/master/composition/composite-resources.md Outdated
@yordis yordis requested a review from adamwg April 21, 2026 16:30
Copy link
Copy Markdown
Member

@haarchri haarchri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yordis thanks for the PR can you check Vale issues?
https://github.com/crossplane/docs/actions/runs/24734156625/job/72368026690?pr=1083
after that we can merge it in for the coming v2.3 release - thanks man

@yordis yordis requested review from haarchri May 19, 2026 06:28
@haarchri haarchri merged commit f980fe4 into crossplane:master May 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document per-resource poll interval and reconcile-now annotations

3 participants