Version v3.3 of the documentation is no longer actively maintained. The page that you are viewing is the last archived version. For the latest stable documentation, see v3.5.
Versioning
Service versioning
etcd uses semantic versioning New minor versions may add additional features to the API.
Get the running etcd cluster version with etcdctl
:
ETCDCTL_API=3 etcdctl --endpoints=127.0.0.1:2379 endpoint status
API versioning
The v3
API responses should not change after the 3.0.0 release but new features will be added over time.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified April 26, 2021: Docsy theme (#244) (86b070b)