-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
cluster health does not print out json #10778
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am just running a simple endpoint health command and expecting the output to be json
root@ip-10-0-0-10:/home/ubuntu# ETCDCTL_API=3 etcdctl --cacert /etc/etcd/pki/ca.crt \ --cert /etc/etcd/pki/client.crt --key /etc/etcd/pki/client.key \ --endpoints "https://10.0.0.10:2379" endpoint --cluster health --write-out json https://10.0.0.10:2379 is healthy: successfully committed proposal: took = 17.043735ms https://10.0.8.10:2379 is healthy: successfully committed proposal: took = 2.440481ms https://10.0.4.10:2379 is healthy: successfully committed proposal: took = 1.686717ms
Here is my etcdctl/etcd version
Other commands do print out correctly. For example cluster status prints out just fine
The text was updated successfully, but these errors were encountered: