Open tobiasmcnulty opened 4 years ago
At least Redis and Celery Beat should use a deployment update strategy of Recreate to avoid trying to spin up new containers before the old ones have been torn down.
Recreate
https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#recreate-deployment
This could be addressed by the StatefulSet change as well; CC @copelco.
StatefulSet
At least Redis and Celery Beat should use a deployment update strategy of
Recreate
to avoid trying to spin up new containers before the old ones have been torn down.https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#recreate-deployment