Skip to content

Look into setting podManagementPolicy to Parallel #298

Closed
@ChunyiLyu

Description

@ChunyiLyu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleIssue or PR with long period of inactivity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions