Note: In order to provide a more accurate response to your issue, please present your issue using the template.
Environment
- *CP version 0.8.7
- *Crictl version 1.32.0
- *platform(e.g., vm, pod, etc)Kubenetes containerd运行时
Issue description
在Crictl version 1.25.0,通过cp计算得出的pid的结果中,包含了2个pid,其中第一个是指定业务容器的运行pid,当cloudprobe采集该pid的业务流量时,采集正常:

因漏洞扫描的要求,需要升级Crictl version 1.32.0,通过cp计算得出的pid的结果中,指定业务容器的运行pid,是所有结果中的第二个,导致cloudprobe最终采集的是pid为1的业务流量,采集失败:


How to reproduce
- 更新Crictl version 1.32.0
- 制作基于Crictl version 1.32.0的cloudprobe容器镜像文件
- 在基于containerd运行时的Kubenetes 集群部署上述cloudprobe pod
- 开启流量采集任务
Attachments and their description
pod-log.log
- pod-log.log: 现场报错日志记录
Note: In order to provide a more accurate response to your issue, please present your issue using the template.
Environment
Issue description
在Crictl version 1.25.0,通过cp计算得出的pid的结果中,包含了2个pid,其中第一个是指定业务容器的运行pid,当cloudprobe采集该pid的业务流量时,采集正常:

因漏洞扫描的要求,需要升级Crictl version 1.32.0,通过cp计算得出的pid的结果中,指定业务容器的运行pid,是所有结果中的第二个,导致cloudprobe最终采集的是pid为1的业务流量,采集失败:

How to reproduce
Attachments and their description
pod-log.log