kubeflow / spark-operator

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.
Apache License 2.0
2.79k stars 1.38k forks source link

[FEATURE] add readiness and liveness probes #2085

Open yonibc opened 3 months ago

yonibc commented 3 months ago

Community Note

What is the outcome that you are trying to reach?

I would like to add to the deployment manifest readiness and liveness probe option, to add it through values.yaml

Describe the solution you would like

create a section of readiness and liveness probes to activate via values file if needed.

Describe alternatives you have considered

Additional context

ChenYi015 commented 1 month ago

@yonibc Thanks for raising the feature request. The readiness and liveness probes have already been added by #2072 .