Skip to content

Add the ability to change the "podManagementPolicy" of the redis statefulset #1327

@AharonIsraelCohen

Description

@AharonIsraelCohen

Is your feature request related to a problem? Please describe.

At some ENVs we are deploying 12 Redis pods, and at the initialisations the default behaviour of statefulset is: "OrderedReady" which means that only after that pos-0 will be ready pod-1 will start and it takes too much time for the cluster to be ready

Describe the solution you'd like
I want the ability to change the "podManagementPolicy" to: "Parallel", and then all the leaders pods will be deployed at once, and after they will be ready all the followers will be deployed at once too.

What version of redis-operator are you using?
redis-operator version: 0.19.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions