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
#438 appears to have been caused by a typo where the code was special-casing 'not found', but in practice it is hardly ever a good idea to return an error from DEL because runtimes like Kubernetes will simply repeat the operation forever.
This issue is to remind us to review all error returns from DEL in the plugins in this repo.
The text was updated successfully, but these errors were encountered:
#438 appears to have been caused by a typo where the code was special-casing 'not found', but in practice it is hardly ever a good idea to return an error from DEL because runtimes like Kubernetes will simply repeat the operation forever.
This issue is to remind us to review all error returns from DEL in the plugins in this repo.
The text was updated successfully, but these errors were encountered: