This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
[GSoC] Some questions about "containerd-kata" #320
Comments
ZeroMagic
changed the title
[GSoC] About image management
[GSoC] Some questions about katacontainers
Mar 22, 2018
ZeroMagic
changed the title
[GSoC] Some questions about katacontainers
[GSoC] Some questions about "containerd-kata"
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. |
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 Got it. Thx. |
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now, I am writing the proposal of "containerd-kata". There are some questions.
I want to know if we need to add image management in the project "containerd-kata". @laijs
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
The text was updated successfully, but these errors were encountered: