Cambricon / mlu-exporter

Apache License 2.0
24 stars 9 forks source link

apply resource in K8s, pod 0/1 log: undefined symbol: cndevGetCardHeartbeatCoun #3

Open luanshuo opened 3 months ago

luanshuo commented 3 months ago

The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense. virsion: v2.0.11 rpm: image

ldd -r mlud-exporter image

log: image

sys version: image

cnmon image

1. Issue or feature description

2. Steps to reproduce the issue

3. Information to attach (optional if deemed irrelevant)

rayroot commented 3 months ago

It seems to be a compilation-related issue. Please refer to the compilation scripts in the repository and try building a container image.

If the problem persists, please provide more information k8s version, docker version, host info and ways to reproduce this issue as detailed as possible.

luanshuo commented 3 months ago

It seems to be a compilation-related issue. Please refer to the compilation scripts in the repository and try building a container image.

If the problem persists, please provide more information k8s version, docker version, host info and ways to reproduce this issue as detailed as possible.

镜像构建步骤为 : 1、sed -i "s/docker/nerdctl -n buildkit/g" build_image.sh 2、GOPROXY=https://goproxy.cn ./build_image.sh

当前环境为: 1、驱动版本 image

2、nerdctl版本 image

3、conrainerd image

4、k8s版本 image

5、驱动校验 image

plugin的运行情况:

image
rayroot commented 3 months ago

cndev version ?

kldancer commented 2 weeks ago

@luanshuo 请问你解决了吗