sanderploegsma / redis-cluster

Redis Cluster setup running on Kubernetes
https://sanderp.nl/running-redis-cluster-on-kubernetes-e451bda76cad
MIT License
246 stars 132 forks source link

Issue with Initializing the cluster. #7

Closed ShankyRana closed 5 years ago

ShankyRana commented 5 years ago

$ kubectl exec -it redis-cluster-0 -- redis-cli --cluster create --cluster-replicas \

Unrecognized option or bad number of args for: '--cluster-replicas' command terminated with exit code 1

sanderploegsma commented 5 years ago

I'm not sure what you did, but if I look at the README it clearly contains a 1 after the --cluster-replicas option. You're also missing the rest of the command, by the way.