ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
1.31k stars 419 forks source link

[Feature] Remove unnecessary `preStop` from sample YAMLs #2606

Open kevin85421 opened 6 hours ago

kevin85421 commented 6 hours ago

Search before asking

Description

It's not necessary to call ray stop in preStop.

lifecycle:
  preStop:
    exec:
      command: ["/bin/sh","-c","ray stop"]

Use case

No response

Related issues

No response

Are you willing to submit a PR?

ryanaoleary commented 6 hours ago

feel free to assign to me