Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

[GSoC] Some questions about "containerd-kata" #320

Closed
ZeroMagic opened this issue Mar 22, 2018 · 4 comments
Closed

[GSoC] Some questions about "containerd-kata" #320

ZeroMagic opened this issue Mar 22, 2018 · 4 comments

Comments

@ZeroMagic
Copy link

ZeroMagic commented Mar 22, 2018

Now, I am writing the proposal of "containerd-kata". There are some questions.

  1. I want to know if we need to add image management in the project "containerd-kata". @laijs

  2. I think that in the project "containerd-kata", what I need to do is transfer the variables in annotations.go(https://github.com/containerd/cri/blob/master/pkg/annotations/annotations.go) to containerd so that containerd can distinguish kata sandbox from other container runtimes. Do I understand correctly? And what else do I need to do in respect of CRI. @Random-Liu

@ZeroMagic ZeroMagic changed the title [GSoC] About image management [GSoC] Some questions about katacontainers Mar 22, 2018
@ZeroMagic ZeroMagic changed the title [GSoC] Some questions about katacontainers [GSoC] Some questions about "containerd-kata" Mar 22, 2018
@resouer
Copy link
Contributor

resouer commented Mar 22, 2018

Yes of course image management should be implemented, otherwise how can you start container?

But you can leave the image audit features as NICE TO HAVE.

Using annotation is a possible way, but I would also encourage your brainstorm it. The policy is: do not change code in containerd/cri-containerd as possible.

@ZeroMagic
Copy link
Author

ZeroMagic commented Mar 23, 2018

What is the image audit feature ? I google it. Nothing is helpful for me. And I have asked others. No one can answer me clearly.

@resouer
Copy link
Contributor

resouer commented Mar 23, 2018

    // ImageFSInfo returns information of the filesystem that is used to store images.
    rpc ImageFsInfo(ImageFsInfoRequest) returns (ImageFsInfoResponse) {}

@ZeroMagic
Copy link
Author

@resouer Got it. Thx.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants