dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
132 stars 28 forks source link

fix(dragonfly): check pod status before marking replica #52

Closed Pothulapati closed 1 year ago

Pothulapati commented 1 year ago

This adds the same checks that we use everywhere else before marking a replica as ready. This should prevent the replica from being marked as ready before the pod is actually ready.

Pothulapati commented 1 year ago

added this change into https://github.com/dragonflydb/dragonfly-operator/pull/49