[cri] add pod annotations to CNI call
Signed-off-by: Michael Crosby <michael@thepasture.io>
This commit is contained in:
@@ -53,6 +53,10 @@ const (
|
||||
|
||||
// ContainerName is the name of the container in the pod
|
||||
ContainerName = "io.kubernetes.cri.container-name"
|
||||
|
||||
// ImageName is the name of the image used to create the container
|
||||
ImageName = "io.kubernetes.cri.image-name"
|
||||
|
||||
// PodAnnotations are the annotations of the pod
|
||||
PodAnnotations = "io.kubernetes.cri.pod-annotations"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user