Files
containerd/pkg
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
..
2020-12-08 19:22:39 +09:00
2020-04-22 19:35:37 -05:00
2020-02-26 23:29:04 +02:00
2020-04-22 19:35:37 -05:00
2019-07-14 20:49:40 -07:00
2020-07-30 18:51:23 +09:00