jaeger-operator icon indicating copy to clipboard operation
jaeger-operator copied to clipboard

[Bug]: not support crun + containerd

Open cuisongliu opened this issue 1 year ago • 4 comments

What happened?

using containerd + crun running operator

Steps to reproduce

install containerd + crun

kubectl logs -f -n observability   jaeger-operator-cc7d8bd9c-b9d4w
exit status 2

Expected behavior

running operator in crun and containerd runtime

Relevant log output

No response

Screenshot

No response

Additional context

No response

Jaeger backend version

No response

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

No response

Deployment configs

No response

cuisongliu avatar Aug 07 '24 18:08 cuisongliu

Hi! Thanks for reporting. Can you provide more information? Would you like yo send a PR?

iblancasa avatar Aug 08 '24 09:08 iblancasa

When I use crun to run the cluster, the operator cannot run normally and even the log cannot be queried. containerd version : 1.7.18 crun version 1.15

but , use runc. It runs normally, but it doesn't work when using crun. Is there any limitation in the code that causes this problem? Or is it causing a crun bug?

cuisongliu avatar Aug 08 '24 12:08 cuisongliu

I don't think there should be anything related to the code.

Can you try to build the container image in your environment and run it in your cluster?

iblancasa avatar Aug 08 '24 13:08 iblancasa

I don't think there should be anything related to the code.

Can you try to build the container image in your environment and run it in your cluster?

There should be no problem with the docker image . In the same environment, I can switch runc to run normally. Is it related to relying on underlying libraries such as cgroup?

cuisongliu avatar Aug 11 '24 07:08 cuisongliu