spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.5k stars 356 forks source link

[FEAT]: Also add startupProbe #506

Closed samof76 closed 1 year ago

samof76 commented 1 year ago

Expected behaviour

What do you want to achieve?

Just to ensure that, that we check the port is available as defined, otherwise fail container.

Actual behaviour

What is happening? Are all the pieces created? Can you access to the service?

The current behaviour is liveness probe checks with a ping, but it would be nice have check if the expected port is open before we go to ping itself.

This is a feature

samof76 commented 1 year ago

@ese your thoughts?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 45 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.