Closed Haim-Bi closed 3 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.
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.