You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to experiment with etcd for a use case we might need it and I'm having quite a few troubles. I have installed etcd on a Ubuntu 20.04.1 VM and launched etcd as a single node. What I'm experiencing is quite strange.
.etcdctl works perfectly out of the box. But all curl requests to most endpoints return 404 except for /version /health which return the version (3.4.13) and the health return true. Meanwhile I have launched etcd with --debug to get more info but I see no output on the failed requests.
What is going on? Can you guys help me out?
The text was updated successfully, but these errors were encountered:
I had a similar issue. Adding enable-grpc-gateway to true in config fixed it. Apparently that is false by default only when providing config file. This PR #12297 has more info.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.
Hi,
I'm trying to experiment with etcd for a use case we might need it and I'm having quite a few troubles. I have installed etcd on a Ubuntu 20.04.1 VM and launched etcd as a single node. What I'm experiencing is quite strange.
.etcdctl works perfectly out of the box. But all curl requests to most endpoints return 404 except for /version /health which return the version (3.4.13) and the health return true. Meanwhile I have launched etcd with --debug to get more info but I see no output on the failed requests.
What is going on? Can you guys help me out?
The text was updated successfully, but these errors were encountered: