jlinn / quartz-redis-jobstore

A Quartz Scheduler JobStore using Redis.
Apache License 2.0
136 stars 67 forks source link

ERR This instance has cluster support disabled #54

Closed Haim-Bi closed 3 years ago

Haim-Bi commented 4 years ago

Hi,

I installed redis helm-chart. the only changes that were made to the values are: redis: fullnameOverride: "redis" redisPort: 6379 usePassword: false

when i am running the command: kubectl exec -it redis-master-0 -- redis-cli cluster info

I got an error: ERR This instance has cluster support disabled

according to the docs, redis-cluster is enabled by default.