UffizziCloud / uffizzi_controller

A smart proxy service that handles requests from the Uffizzi API to the Kubernetes API
Apache License 2.0
11 stars 3 forks source link

Add 404 when namespace not found #54

Closed zipofar closed 1 year ago

zipofar commented 1 year ago

When we find, update, delete namespace we sent error to sentry if namespace not found. For avoid this we should extract 404

E.g. error

HOW TO TEST:

  1. Try to create deployment Expected: all should be good

  2. Try to update deployment Expected: all should be good

  3. Try to delete deployment Expected: all should be good

fedorov-dualboot commented 1 year ago

tested. OK

Actual: all should be good

Actual: all should be good

Actual: all should be good. no errors in sentry.

https://www.loom.com/share/0201a21c990b4bdea196c86a526041aa

fedorov-dualboot commented 1 year ago

verified on prod. OK Actual: all should be good. no errors in sentry.