You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: