-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Sandbox API: implement Controller.Wait and Controller.Stop #7401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <wllenyj@linux.alibaba.com>
Signed-off-by: WangLei <wllenyj@linux.alibaba.com>
8e82872 to
82890dd
Compare
estesp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pr is Sansbox API work in #7312. Implemented
Controller.WaitandController.Stop.TODO list:
Signed-off-by: wanglei01 wllenyj@linux.alibaba.com