Skip to content

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

Open
yordis wants to merge 1 commit intocrossplane:masterfrom
yordis:yordis/docs-1
Open

Document per-resource poll interval and reconcile-request annotations#1083
yordis wants to merge 1 commit intocrossplane:masterfrom
yordis:yordis/docs-1

Conversation

@yordis
Copy link
Copy Markdown

@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 13b0955
🔍 Latest deploy log https://app.netlify.com/projects/crossplane/deploys/69e7a6367c79dd0008355f4a
😎 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: 92 (no change 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
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis yordis requested a review from adamwg April 21, 2026 16:30
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

2 participants