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
Describe what should be investigated or refactored
When we do the JSON Patch to the Kube CP, if we are attempting to patch against an item that does not exist, we are throwing catching the 422 that comes back from the api-server. We should investigate if this is the best approach.
Specifically look into swallowing the 422 on the removeItem/removeItemAndWait to keep things idempotent
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
When we do the JSON Patch to the Kube CP, if we are attempting to patch against an item that does not exist, we are throwing catching the
422
that comes back from the api-server. We should investigate if this is the best approach.Specifically look into swallowing the
422
on theremoveItem/removeItemAndWait
to keep things idempotentThe text was updated successfully, but these errors were encountered: