dragonflydb / dragonflydb/dragonfly-operator
"VolumeClaimTemplates change ignored: delete and recreate the Dragonfly instance to apply PVC configuration changes"
Open
bug
- Dominant language
- Go
- Stars
- 357
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
After upgrading the operator from v1.5.0 to v1.6.1 all my instances are throwing this event:
"VolumeClaimTemplates change ignored: delete and recreate the Dragonfly instance to apply PVC configuration changes"
I have not changed my PVC template though.
```yaml
snapshot:
cron: '*/15 * * * *'
persistentVolumeClaimSpec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
```
I have done a rolling delete of my PVC - deleting the pvc for one replica at a time - but the above error event is still spamming my K8s logs.
Contributor guide
Assessment
This issue has not been assessed yet.