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
I run commands in the Contribution Guide step by step and I am stuck in the Send Etcd requests section. The error log is as down below.
Send Etcd requests
$ docker exec node4 /bin/sh -c "/usr/local/bin/etcdctl --endpoints=\"http://172.20.0.3:2379\" put A 1" OK $ docker exec node4 /bin/sh -c "/usr/local/bin/etcdctl --endpoints=\"http://172.20.0.3:2379\" get A 1" {"level":"warn","ts":"2022-12-27T09:18:09.831Z","logger":"etcd-client","caller":"v3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc0002b4000/172.20.0.3:2379","attempt":0,"error":"rpc error: code = Unknown desc = malformed header: missing HTTP content-type"} Error: rpc error: code = Unknown desc = malformed header: missing HTTP content-type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run commands in the Contribution Guide step by step and I am stuck in the
Send Etcd requests
section. The error log is as down below.The text was updated successfully, but these errors were encountered: