dragonfly-operator
dragonfly-operator copied to clipboard
A Kubernetes operator to install and manage Dragonfly instances.
Hey there 👋 This PR adds initial support for helm chart https://github.com/dragonflydb/dragonfly-operator/issues/168
Hey there, I don't see any other issues that are this specific issue. I'm running vanilla Kubernetes on Debian 12 `5.10.216-1 (2024-05-03) x86_64 GNU/Linux` on Proxmox 8.2.2. However, when I...
https://github.com/dragonflydb/dragonfly-operator/blob/4fb96d79be8c90fe7ca736c65ca4700df425f789/config/default/manager_auth_proxy_patch.yaml#L34 current release is 0.17.1 https://github.com/brancz/kube-rbac-proxy/releases
add option for configurable envFrom. My current use-case is to set [ AWS creds for snapshot ](https://www.dragonflydb.io/docs/managing-dragonfly/operator/snapshot-s3) from a secret, but this can be later used for any other secret...
add option in the configuration to create podDisruptionBudget, so master and replica won't be down at the same time. Maybe even set default when there is a replica
It would be awesome if we could define the name of the service. Currently the service name is created statically by the name defined in the `Dragonfly` CR. Being able...
fixes: https://github.com/dragonflydb/dragonfly-operator/issues/141
Using this snapshot configuration with pvc: ``` snapshot: cron: "*/5 * * * *" persistentVolumeClaimSpec: accessModes: - ReadWriteOnce resources: requests: storage: 2Gi ``` How is managed the cleaning of dfs...