slime-io / slime

An intelligent ServiceMesh manager based on Istio
https://slime-io.github.io/
Other
420 stars 79 forks source link

fix missing some pod cache #511

Closed believening closed 4 weeks ago

believening commented 1 month ago

When a job pod's status changes to succeeded, it's IP is reclaimed and assigned to another pod. The job pod may be deleted while another pod is running with the same IP, and attempts to trigger cache cleanup due to the job pod's deletion should be ignored.