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
Adding resource result, status: 'Synced', phase: 'Running', message: 'felixconfiguration.projectcalico.org/default serverside-applied. Warning: Detected changes to resource default which is currently being deleted.'
After pruning the CR felixconfiguration.projectcalico.org/default, it tries to sync to that CR again. However that CR is pending for deletion, thus API server returns a warning on that. Which then causes controller to assume the sync succeeded (though the CR got removed for real after a while,) then it tries to sync over and over again, and keep having this pattern:
Adding resource result, status: 'Synced', phase: 'Running', message: 'felixconfiguration.projectcalico.org/default serverside-applied. Warning: Detected changes to resource default which is currently being deleted.'
This was resolved by restarting the controller itself:
time
log
2023-08-14T04:41:14Z
Refreshing app status (controller refresh requested), level (1)
We recently encountered an issue when using tigera-operator which ends up in infinity syncing:
After pruning the CR
felixconfiguration.projectcalico.org/default
, it tries to sync to that CR again. However that CR is pending for deletion, thus API server returns a warning on that. Which then causes controller to assume the sync succeeded (though the CR got removed for real after a while,) then it tries to sync over and over again, and keep having this pattern:This was resolved by restarting the controller itself:
This time it didn't prune first, and went ahead to sync it directly.
The text was updated successfully, but these errors were encountered: