dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
144 stars 34 forks source link

Support configuring storage and snapshots #75

Closed ashotland closed 11 months ago

ashotland commented 1 year ago

Request form discord user (rmenr)

cecchigl commented 1 year ago

I'm trying to add persistent storage to statefulsets created bye the operator, adding pvc and volume mounts on /data. Can I ask you if this is safe ? Will these configuration be overwritten somehow by the operator ?

ksingh-scogo commented 1 year ago

@cecchigl very much interested in this feature , happy to be a test user and contribute in testing this

tekumara commented 11 months ago

See https://www.dragonflydb.io/docs/managing-dragonfly/operator/snapshot-pvc and https://www.dragonflydb.io/docs/managing-dragonfly/operator/snapshot-s3

Pothulapati commented 11 months ago

Closing this, as this is now fixed! Thanks @tekumara for the references.