dragonflydb / dragonflydb/dragonfly-operator

Need to be able to set statefulset to "podManagementPolicy":"Parallel"

Open
#321 0 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted
Dominant language
Go
Stars
357
Forks
111
PR merge metrics
No merged PRs in 30d

Description

Operator version: v1.1.11
```
Succeeded a month ago (Thu Apr 10 2025 09:25:44 GMT-0700)
Author:
Abhradeep Chakraborty -
Comment:
feat(operator): release operator version v1.1.11 (#315)
```

If multiple pods get deleted, pods will only come up one at a time instead of all at once. If the first pod is blocked due to maintenance on node none of the other pods will start.

This happened for me when the node that had the master was drained for maintenance, but the two replicas did not promote to master. Deleting them just resulted in no pods running, which is less than ideal.

https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#parallel-pod-management

![Image](https://github.com/user-attachments/assets/32fe089f-165c-4008-bdfa-cb11c7eda5f4)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.