currently, Before the dragonfly_controller marks a DF cr as
resources-created, It waits until the statefulset ready which
makes no sense as the pod_lifecycle_controller listens only
for pod events. Considering, How kubernetes works i.e it reconciles
eventually, we can't expect statefulset to be ready immediately causing
errors.
Fixes #27
currently, Before the dragonfly_controller marks a DF cr as
resources-created
, It waits until the statefulset ready which makes no sense as the pod_lifecycle_controller listens only for pod events. Considering, How kubernetes works i.e it reconciles eventually, we can't expect statefulset to be ready immediately causing errors.