Skip to content

Releases: ucloud/redis-cluster-operator

redis-cluster-operator helm chart - 0.1.0

21 Oct 07:52
a01fa97
Compare
Choose a tag to compare

A Helm chart for Redis cluster operator deployment

redis-cluster-operator v0.2.3

28 Apr 05:04
7494848
Compare
Choose a tag to compare

Fixes:

  • Lost data when resetting password.

Updates:

  • Support custom activeDeadlineSeconds for backup job.
  • Support custom ImagePullPolicy and ImagePullSecrets.
  • Support custom env for redis.

redis-cluster-operator v0.2.2

26 Mar 03:08
6507405
Compare
Choose a tag to compare

Updates:

  • Support for backup and restore using persistent storage.
  • Determine finished Jobs by conditions when do backup.

redis-cluster-operator v0.2.1

09 Mar 16:03
ef9da40
Compare
Choose a tag to compare

Fixes:

  • MIGRATE cmd Failed with message: NOAUTH Authentication required.
  • Redis Cluster do not recover data when custom appendonly=yes.

Updates:

  • Update the image used by the deployment file.

redis-cluster-operator v0.2.0

19 Jan 10:13
Compare
Choose a tag to compare

Each master node and its slave nodes is managed by a statefulSet, create a headless svc for each statefulSet, and create a clusterIP service for all nodes.

redis-cluster-operator v0.1.0

02 Dec 06:56
ad6b070
Compare
Choose a tag to compare
Pre-release
  • Customize the number of master nodes and the number of replica nodes per master

  • Password

  • Safely Scaling the Redis Cluster

  • Backup and Restore

  • Persistent Volume

  • Custom Configuration

  • Prometheus Discovery