We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hu guys, i got this error message when tried to run this command
kubectl exec -it redis-cluster-0 -- redis-cli --cluster create --cluster-replicas 1 $(kubectl get pods -l app=redis-cluster -o jsonpath='{range.items[*]}{.status.podIP}:6379 ')
[ERR] Node 10.42.4.21:6379 is not empty. Either the node already knows other nodes (check with CLUSTER NODES) or contains some key in database 0.
can i know how to remove added node?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hu guys, i got this error message when tried to run this command
kubectl exec -it redis-cluster-0 -- redis-cli --cluster create --cluster-replicas 1 $(kubectl get pods -l app=redis-cluster -o jsonpath='{range.items[*]}{.status.podIP}:6379 ')
[ERR] Node 10.42.4.21:6379 is not empty. Either the node already knows other nodes (check with CLUSTER NODES) or contains some key in database 0.
can i know how to remove added node?
The text was updated successfully, but these errors were encountered: