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
In the current ClusterResourceSet implementation, in case resources do not exist during reconcile, we wait until next reconcile to try to find and apply them again, which is set to 10 minutes for all controllers in CAPI.
For better user experience, we can watch resource changes and try to reapply failed ones if anything changes on the resource (created/updated).
Note that there is only ApplyOnce strategy exist in CRS as of now so we will not try to reapply resources when change is detected if they are already successfully applied before.
The text was updated successfully, but these errors were encountered:
In the current ClusterResourceSet implementation, in case resources do not exist during reconcile, we wait until next reconcile to try to find and apply them again, which is set to 10 minutes for all controllers in CAPI.
For better user experience, we can watch resource changes and try to reapply failed ones if anything changes on the resource (created/updated).
Note that there is only
ApplyOnce
strategy exist in CRS as of now so we will not try to reapply resources when change is detected if they are already successfully applied before.The text was updated successfully, but these errors were encountered: