Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • What do you mean by "where should I catch the exception from the original Kubernetes client if it's being raced?" --- are you talking about a race condition between two requests to delete the same pod? Commented Jan 8, 2020 at 12:54
  • @GregBurghardt I think he meant "raised" as in the exception is being raised by the kubernetes client. Commented Jan 8, 2020 at 13:51
  • @Matthew: That makes a lot more sense. I edited the question. Commented Jan 8, 2020 at 13:59
  • Thank you both, that was exactly what I meant. Commented Jan 8, 2020 at 15:48