Alban Crequy
|
28e4fb25f4
|
cri: add annotations for pod name and namespace
cri-o has annotations for pod name, namespace and container name:
https://github.com/containers/podman/blob/master/pkg/annotations/annotations.go
But so far containerd had only the container name.
This patch will be useful for seccomp agents to have a different
behaviour depending on the pod (see runtime-spec PR 1074 and runc PR
2682). This should simplify the code in:
b2d423695d/pkg/kuberesolver/kuberesolver.go (L16-L27)
Signed-off-by: Alban Crequy <alban@kinvolk.io>
|
2021-01-26 12:10:39 +01:00 |
|
Mike Brown
|
6467c3374d
|
refactor based on comments
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
|
2020-12-07 21:39:31 -06:00 |
|
Mike Brown
|
b4727eafbe
|
adding code to support seccomp apparmor securityprofile
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
|
2020-12-04 15:15:32 -06:00 |
|
zhangjianming
|
116902cd21
|
fix no-pivot not working in io.containerd.runtime.v1.linux
Signed-off-by: zhangjianming <zhang.jianming7@zte.com.cn>
|
2020-10-12 09:39:59 +08:00 |
|
Maksym Pavlenko
|
3d02441a79
|
Refactor pkg packages
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
|
2020-10-08 17:30:17 -07:00 |
|
Maksym Pavlenko
|
3508ddd3dd
|
Refactor CRI packages
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
|
2020-10-07 14:45:57 -07:00 |
|
Derek McGowan
|
b22b627300
|
Move cri server packages under pkg/cri
Organizes the cri related server packages under pkg/cri
Signed-off-by: Derek McGowan <derek@mcg.dev>
|
2020-10-07 13:09:37 -07:00 |
|