-
Hello, I want to know if there's an equivalent to the method that was used in v2, for instance through this URL: Because now when I try with v3, I get a "not found" error. I checked this documentation https://etcd.io/docs/v3.3/dev-guide/api_reference_v3/#service-cluster-etcdserveretcdserverpbrpcproto, but I don't understand how to access the new URL for V3. If you can assist, I'd appreciate it! Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
etcd v3.3 is out of supported window.
For v2 to v3 migration, you can refer to https://etcd.io/docs/v3.4/op-guide/v2-migration/ Members API is exposed as part gRPC service in v3 now. Try accessing them with |
Beta Was this translation helpful? Give feedback.
etcd v3.3 is out of supported window.
For v2 to v3 migration, you can refer to https://etcd.io/docs/v3.4/op-guide/v2-migration/
Members API is exposed as part gRPC service in v3 now. Try accessing them with
etcdctl member list --endpoints http://IP:PORT