Sandbox API: implement Controller.Wait and Controller.Stop#7401
Sandbox API: implement Controller.Wait and Controller.Stop#7401estesp merged 2 commits intocontainerd:mainfrom
Conversation
|
Hi @wllenyj. 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/test-infra repository. |
b1eb0cf to
f8b57dc
Compare
|
This looks good to me. I think it's fine to follow up on TODOs in separate PRs (if possible) to keep PR sizes sane. Just need to get CI tests green. |
|
Would you mind rebasing on |
f8b57dc to
91b3b1e
Compare
|
Thanks. @mxpv @samuelkarp |
|
looks like all the sandbox runs have actual failures that need investigation |
Thanks, I will check it right away |
91b3b1e to
814f8fa
Compare
|
@estesp Thanks for your reminder. |
f8d29eb to
8e82872
Compare
Rework sandbox monitoring, we should rely on Controller.Wait instead of CRIService.StartSandboxExitMonitor Signed-off-by: WangLei <[email protected]>
Signed-off-by: WangLei <[email protected]>
8e82872 to
82890dd
Compare
This pr is Sansbox API work in #7312. Implemented
Controller.WaitandController.Stop.TODO list:
Signed-off-by: wanglei01 [email protected]