dragonflydb / dragonflydb/dragonfly-operator
Need to be able to set statefulset to "podManagementPolicy":"Parallel"
- 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

Contributor guide
Assessment
This issue has not been assessed yet.