apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
748 stars 261 forks source link

[Bug]: k8s release optimizer error #2916

Open upczsh opened 3 weeks ago

upczsh commented 3 weeks ago

What happened?

After creating the optimizer in k8s, an error occurs when resources are released. the error is : image

Click again to release the error-reporting null pointer. image image

k8s pod is not deleted. image

Affects Versions

0.6.0

What engines are you seeing the problem on?

Optimizer

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

Code of Conduct

czy006 commented 3 weeks ago

It seems that the image can't be pulled correctly, so pod can't be deleted correctly.

upczsh commented 3 weeks ago

看上去是无法正确拉取镜像,所以无法正确删除pod。

The optimizer pod has been started in k8s and can run, indicating that the image has been pulled down. What image are you referring to?