kubeovn / kube-ovn

A Bridge between SDN and Cloud Native (Project under CNCF)
https://kubeovn.github.io/docs/stable/en/
Apache License 2.0
1.94k stars 442 forks source link

[BUG] sometimes' pod always being status of ContainterCreating #4560

Open changluyi opened 2 weeks ago

changluyi commented 2 weeks ago

Kube-OVN Version

1.12.25

Kubernetes Version

1.30

Operation-system/Kernel Version

3.10.0-1160.el7.x86_64

Description

kube-ovn-controller get a log like this, the pod gets the allocated IP, and then hang, the handleAddOrUpdatePod function will never exist image

Steps To Reproduce

I don't know how to reproduce

Current Behavior

pod is always being in status of ContainerCreating

Expected Behavior

pod is created successfully

dosubot[bot] commented 2 weeks ago

I found related issues that might be helpful:

To continue talking to Dosu, mention @dosu.

bobz965 commented 2 weeks ago

是不是什么锁竞争导致的呀?