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
The reconciler for DevWorkspaceRoutings ignores any UnrecoverableSyncErrors that come from the sync package, resulting in it attempting to reapply objects to the cluster despite e.g. a forbidden response coming from the API
How To Reproduce
Create a resource quota specifying e.g. a maximum number of services in a namespace:
Description
The reconciler for DevWorkspaceRoutings ignores any
UnrecoverableSyncError
s that come from the sync package, resulting in it attempting to reapply objects to the cluster despite e.g. a forbidden response coming from the APIHow To Reproduce
Expected behavior
If the cluster tells us we're forbidden from doing something, we should respect that.
Additional context
Originally reported for the Eclipse Che project: eclipse-che/che#22068
The text was updated successfully, but these errors were encountered: