-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
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
endpoint health/status doesn't show all etcd members' values #8115
Comments
this is by design. it is under endpoint, not cluster anymore, which means it only cares about the endpoint you provide. a cluster level ping is usually broken by design for various reasons. we do not want to go that route again. |
@xiang90 Here is what I do to make it: |
If the endpoint which is being checked is not in the |
I'll commit the PR first. If it's design level, I hope add one |
Cluster level command is too easy to be confusing. please open an issue for discussion before implement it. |
In ETCD v2, the
cluster health
will show all the etcd members' health status. And in ETCD v3, the etcdctl can't show all the members' status.After reading the source code of the endpoint command, it only connect to the endpoints configured in the command argument. It's very inconvenient to catch all members' status.
The text was updated successfully, but these errors were encountered: