apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

[Improvement][Helm] Support for updateStrategy #16333

Closed Gallardot closed 2 months ago

Gallardot commented 2 months ago

Search before asking

Description

The updateStrategy for a StatefulSet can be configured as either RollingUpdate or OnDelete, each having its specific application scenarios. For configurations involving master and worker, there might be instances where RollingUpdate is preferred, while in other situations, OnDelete might be more suitable. It should allow users to select according to their requirements.

Are you willing to submit a PR?

Code of Conduct