ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
990 stars 330 forks source link

Add finalizer to worker pods to ensure min replica #2041

Open YichengWang12 opened 3 months ago

YichengWang12 commented 3 months ago

Why are these changes needed?

Currently all worker pods can be deleted without protection, regardless of minReplica. This change adds a protection of minReplica using finalizer.

Related issue number

Fix #1740

Checks