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

sandbox: modify sandbox client #9883

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

abel-von
Copy link
Contributor

The PID of sandbox client is not used by anywhere, and I think for some kind of sandbox, it may not have a pid. so I removed PID method in this PR, and for sandboxed Task we can get the connection of Task API directly from the endpoint of the sandbox, so I add a Endpoint call there. And so the Metadata method, which is required to get all information of the sandbox.

Needs to rebase after #9736

@k8s-ci-robot
Copy link

Hi @abel-von. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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/test-infra repository.

which is not used and for some sandbox implementation, we may not get
the pid of a sandbox.

Signed-off-by: Abel Feng <fshb1988@gmail.com>
@mxpv mxpv requested a review from fuweid May 7, 2024 00:11
@fuweid fuweid added this pull request to the merge queue May 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 7, 2024
@mxpv mxpv added this pull request to the merge queue May 7, 2024
Merged via the queue into containerd:main with commit cd7825d May 7, 2024
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants