pravega / pravega-operator

Pravega Kubernetes Operator
Apache License 2.0
41 stars 38 forks source link

Adding support for configuring liveness and readiness probes #591

Closed anishakj closed 2 years ago

anishakj commented 2 years ago

Description

Currently, for segment store and controller pods liveness and readiness probes are not configurable

Importance

must-have

Location

pkg/apis/pravega/v1beta1/pravega.go pkg/controller/pravega/pravega_segmentstore.go pkg/controller/pravega/pravega_controller.go

Suggestions for an improvement

Provide support to configure probes