You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement periodic resync scheduling with CLI flag
Add --default-resync-period CLI flag to the manager for setting a global
default resync period. Implement DetermineResyncPeriod to resolve the
effective period using per-resource then global default precedence.
Create resync scheduler package using wait.Jitter for jittered duration
calculation. Modify shouldReconcile to support periodic resync by
checking lastSyncTime against the effective resync period.
Integrate resync requeue scheduling into reconcileNormal and update the
status writer to set lastSyncTime on successful reconciliation. Wire
the DefaultResyncPeriod from manager options through to all controllers.
Add typed ExternallyDeleted signal on ReconcileStatus for safe
detection of externally deleted OpenStack resources.
0 commit comments