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

Readiness/liveness probes for spark-operator pod #1592

Closed GajaHebbar closed 1 month ago

GajaHebbar commented 2 years ago

is there any readiness/liveness probes for the spark-operator itself. we are using the spark-operator for driver and executor pod recovery in case of failure.

as part of the organization policy we need to add readiness/liveness probes for all pods, driver and executor will be monitored by operator, but I would like to know if there is any readiness/liveness probes there for spark-operator pod itself?

pofl commented 2 years ago

+1 we also have an organization policy that requires at the bare minimum a readiness probe. Any chance simple, stupid probes could be added to the operator?

monotek commented 2 years ago

added a pr for configurable probes in the helm chart: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/pull/1628

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 month ago

This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.