Skip to content
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

Cleanup sandbox interfaces #7576

Merged
merged 1 commit into from
Oct 25, 2022
Merged

Cleanup sandbox interfaces #7576

merged 1 commit into from
Oct 25, 2022

Conversation

mxpv
Copy link
Member

@mxpv mxpv commented Oct 22, 2022

This PR cleans up sandbox interfaces

  • Removes functions currently not used by CRI (it's easier to add them later once there will be a real use case for them).
  • Splits Controller.Start into Create + Start. For shims, Create call launches a new shim process instance, so it makes sense to decouple it from Start.

Signed-off-by: Maksym Pavlenko mxpv@apple.com

@mxpv
Copy link
Member Author

mxpv commented Oct 22, 2022

/test pull-containerd-sandboxed-node-e2e

@dcantah dcantah self-assigned this Oct 22, 2022
@mxpv mxpv mentioned this pull request Oct 25, 2022
17 tasks
Copy link
Member

@dcantah dcantah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small bit of feedback, LGTM

Copy link
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after @dcantah's comments

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
@estesp estesp merged commit fc89d49 into main Oct 25, 2022
@mxpv mxpv deleted the sb branch October 25, 2022 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants