dragonflydb / dragonflydb/dragonfly-operator

"VolumeClaimTemplates change ignored: delete and recreate the Dragonfly instance to apply PVC configuration changes"

Open
#552 2 comments 2 reactions 1 assignee Claimed by @Abhra303 View on GitHub
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

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.