Hi, i got this when i tried to run command :-
kubectl exec -it redis-cluster-0 -n reddis – redis-cli --cluster create --cluster-replicas 1 $(kubectl get pods -l app=redis-cluster -o jsonpath=’{range.items[*]}{.status.podIP}:6379 ')
ERROR:–
[ERR] Wrong number of arguments for specified --cluster sub command
E0630 11:35:33.408025 13023 v3.go:79] EOF
command terminated with exit code 1
Kindly assist to resolve this