Make StopPodSandbox RPC idempotent#10520
Conversation
Similar to sandbox removal, the stop of a sandbox should be a noop if the sandbox has not been found. Found during: kubernetes-sigs/cri-tools#1535 Signed-off-by: Sascha Grunert <[email protected]>
|
Hi @saschagrunert. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/cherrypick release/1.6 |
|
/cherrypick release/1.7 |
|
@saschagrunert: only containerd org members may request cherry picks. If you are already part of the org, make sure to change your membership to public. Otherwise you can still do the cherry-pick manually. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@saschagrunert: only containerd org members may request cherry picks. If you are already part of the org, make sure to change your membership to public. Otherwise you can still do the cherry-pick manually. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Similar to sandbox removal, the stop of a sandbox should be a noop if the sandbox has not been found.
Found during: kubernetes-sigs/cri-tools#1535