Closed
Description
Context
PodManagementPolicy defaults to OrderedReady
. When set to Parallel
statefulSet controller starts and deletes all pods in a statefulSet in parallel and does not wait for any pod to become Ready
or Terminated
.
Setting podManagementPolicy: Parallel
does not impact updates, since maxUnavailable
is default to 1
.
This is only a suggestion. It's likely that starting up all rabbitmq nodes in parallel just works. However we are unclear about other possible side effects.
Additional context
Add any other context or screenshots about the feature request here.