How can I get the container annotation which passed by device plugin

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: K8S. 1.24.0
Cloud being used: (put bare-metal if not on a public cloud)
Installation method: kubeadm
Host OS: Ubuntu
CNI and version: calico
CRI and version: docker 1.20

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.

Hi there,
I just have a question while I am creating my-self device plugin, I found that there’s functions in Kubelet to send back the allocate response to kubelet, then kubelet will call the CRI to start pause conatiner and pod.

My question is that , how can I get the container annotation from running pod while these container annotaion successfully assigned.Thanks
Yizhan